lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #35927] missing refragmentaion in ip_forward


From: Ivan Delamer
Subject: [lwip-devel] [bug #35927] missing refragmentaion in ip_forward
Date: Wed, 21 Mar 2012 14:42:21 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:10.0.2) Gecko/20100101 Firefox/10.0.2

Follow-up Comment #2, bug #35927 (project lwip):

Just a note that, according to RFC, an IPv4 router has the option to either
fragment the packet to fit the outgoing netif's MTU, or sending back an ICMP
"Packet too big" message.

So if IP_FRAG is not defined, we should still check packet size vs netif MTU
and send back a ICMP PTB if necessary.

(In IPv6 you always send a ICMPv6 PTB back, as part of path MTU discovery.)

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?35927>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

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