lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] [lwip] Handling fragmented IP packets


From: vishwanath_kc
Subject: [lwip-users] [lwip] Handling fragmented IP packets
Date: Thu, 09 Jan 2003 01:18:52 -0000

Hello all,
 As I have written already that I have to handle the fragmented IP
packets.
     As I have understood each packet will be held in pbuf struct, and
     payload will be
     pointing to the packet. When a fragmented ip packet arrives, the
     ehternet layer will
     allocate a pbuf as usual and pass it to ip layer. In ip_input(), I
want
     to assemble all the
     fragments and make one single ip packet. As the fragmented IP
packets
     will be small
     can I use pbuf_realloc() to assemble fragmented ip packets.
     Will this work out.
     Please let me know that am making sence, and correct me if am
wrong.

     Thanks in advance
     Vishy
Are you iNabled
http://www.inablers.com
[This message was sent through the lwip discussion list.]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]