mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-07 16:13:38 +08:00
tcpip.c: Fix TCPIP_MSG_INPKT processing: now, tcpip_input can be used for any kind of packets. These packets are considered like Ethernet packets (payload pointing to ethhdr) if the netif got the NETIF_FLAG_ETHARP flag. Else, packets are considered like IP packets (payload pointing to iphdr).
This commit is contained in:
@@ -312,6 +312,12 @@ HISTORY
|
||||
|
||||
++ Bug fixes:
|
||||
|
||||
2007-08-28 Frédéric Bernon
|
||||
* tcpip.c: Fix TCPIP_MSG_INPKT processing: now, tcpip_input can be used for any
|
||||
kind of packets. These packets are considered like Ethernet packets (payload
|
||||
pointing to ethhdr) if the netif got the NETIF_FLAG_ETHARP flag. Else, packets
|
||||
are considered like IP packets (payload pointing to iphdr).
|
||||
|
||||
2007-08-27 Frédéric Bernon
|
||||
* api.h, api_lib.c, api_msg.c: First fix for "bug #20900 : Potential crash error
|
||||
problem with netconn_peer & netconn_addr". Introduce NETCONN_LISTEN netconn_state
|
||||
|
||||
Reference in New Issue
Block a user