文件名称:IP-packet-restructuring
- 所属分类:
- Internet/网络编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 62kb
- 下载次数:
- 0次
- 提 供 者:
- 苏*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
IP报文的重组:
a)将IP报文存入临时的HASH链表中,这个HASH链表中是等待合并的报文队列头
b)判断当这一个IP报文分片加入后是否可以构造出一个完整的IP报文,如果可以的话,分配一个新的帧缓冲区,将数据复制入新的帧缓冲区,返回该报文。
-IP Packets restructuring:
a) the IP packets into a temporary HASH list, this list is waiting to merge HASH packet queue head
b) to determine if this IP packet whether the patch can be constructed by adding a complete IP packets, if possible, assign a new fr a me buffer, copy the data into the new fr a me buffer, the return packet.
a)将IP报文存入临时的HASH链表中,这个HASH链表中是等待合并的报文队列头
b)判断当这一个IP报文分片加入后是否可以构造出一个完整的IP报文,如果可以的话,分配一个新的帧缓冲区,将数据复制入新的帧缓冲区,返回该报文。
-IP Packets restructuring:
a) the IP packets into a temporary HASH list, this list is waiting to merge HASH packet queue head
b) to determine if this IP packet whether the patch can be constructed by adding a complete IP packets, if possible, assign a new fr a me buffer, copy the data into the new fr a me buffer, the return packet.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
IP报文的重组设计文档.doc
设计文档\ip_reasm.c
........\ip_reasm.h
........\list.h
........\Makefile
........\skbuff.h
........\types.h
设计文档
设计文档\ip_reasm.c
........\ip_reasm.h
........\list.h
........\Makefile
........\skbuff.h
........\types.h
设计文档