lwip/src
2010-02-16 20:38:35 +00:00
..
api Fixed bug #28183 (ARP and TCP/IP cannot be disabled on netif used for PPPoE) by adding a new netif flag (NETIF_FLAG_ETHERNET) that tells the stack the device is an ethernet device but prevents usage of ARP (so that ethernet_input can be used for PPPoE). 2010-02-14 16:44:47 +00:00
core Bug #28917: don't increase error counters for icmp echo response 2010-02-16 20:38:35 +00:00
include tcp_seg(s)_free: remove return value, noone uses it 2010-02-16 17:20:10 +00:00
netif Fixed ARP input processing: only add a new entry if a request was directed as us (RFC 826, Packet Reception), otherwise only update existing entries; internalized some functions 2010-02-14 18:08:16 +00:00
FILES Minor fix (tab, indent...) to respect source code style... 2007-05-04 15:14:14 +00:00