Description: 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 frame buffer, copy the data into the new frame buffer, the return packet.
File list (Check if you may need any files):
IP报文的重组设计文档.doc
设计文档\ip_reasm.c
........\ip_reasm.h
........\list.h
........\Makefile
........\skbuff.h
........\types.h
设计文档