[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

reasselbling IP fragments



Dear all,

I'm developing an applications that is using UDP sockets but instead of creating a socket that received packets from the transport layer I have created the socket at the IP level, so I receive the message from IP layer.

The problem I have that now, is that when a packet is sent and it is bigger than the MTU, the IP layer fragment it and I receive the fragments.

So to reassemble them, I'd like to use the same functions, the same methods that the IP level use, I mean, it's something that has been done and that is been used so I thing that it's not necessary to create it again and probably doing it worst, therefore my question is if someone knows where are that functions and how to use them... there's any "#include....h" y can use to use them...?

Thanks in advance

_________________________________________________________________
Descarga gratis la Barra de Herramientas de MSN http://www.msn.es/usuario/busqueda/barra?XAPID=2031&DI=1055&SU=http%3A//www.hotmail.com&HL=LINKTAG1OPENINGTEXT_MSNBH



Reply to: