lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #52937] raw_input() must tell ip4/6_input() whether th


From: hanhui
Subject: [lwip-devel] [bug #52937] raw_input() must tell ip4/6_input() whether this protocol has been received
Date: Sun, 21 Jan 2018 07:17:00 -0500 (EST)
User-agent: Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_3 like Mac OS X; zh-cn) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/14G60 Quark/1.3.2.940 Mobile AliApp(TUnionSDK/0.3.0)

Follow-up Comment #4, bug #52937 (project lwip):

Linux implementation is similar, all ip input packet will first enter the raw
input function, if raw input matched, then return "delivered", then ip input
function according to the packet protocol number (for example: udp, tcp ...)
calls the relevant protocol input function, if packet protocol is not found in
the protocol table, the ip input function checks to see if the raw input
returned "delivered", and if not, the ICMP_DEST_UNREACH packet will be send.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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