[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #20924] TCPIP_MSG_INPKT packets processing
From: |
Frédéric Bernon |
Subject: |
[lwip-devel] [bug #20924] TCPIP_MSG_INPKT packets processing |
Date: |
Tue, 28 Aug 2007 18:09:04 +0000 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6 |
URL:
<http://savannah.nongnu.org/bugs/?20924>
Summary: TCPIP_MSG_INPKT packets processing
Project: lwIP - A Lightweight TCP/IP stack
Submitted by: fbernon
Submitted on: mardi 28.08.2007 à 20:09
Category: None
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: fbernon
Open/Closed: Open
Discussion Lock: Any
Planned Release: 1.3.0
_______________________________________________________
Details:
Since last changes for TCPIP_MSG_INPKT, there could be a problem with network
interfaces like loopif which enqueue with tcpip_input IP packets, and not
Ethernet packets. The patch fix this problem by checking if the netif got the
NETIF_FLAG_ETHARP flag: in this case, packets are considered like Ethernet
packets, else, they are considered like IP packets. No objects to check in (I
think it's ok for Jonathan - as he propose me this solution on IRC, and
Marc)?
Note the code is disabled if LWIP_ARP=0 to reduce footprint...
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: mardi 28.08.2007 à 20:09 Name: TCPIP_MSG_INPKT.patch Size: 2 ko
By: fbernon
<http://savannah.nongnu.org/bugs/download.php?file_id=13824>
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?20924>
_______________________________________________
Message posté via/par Savannah
http://savannah.nongnu.org/
- [lwip-devel] [bug #20924] TCPIP_MSG_INPKT packets processing,
Frédéric Bernon <=