lwip/src/core
2008-06-17 20:06:25 +00:00
..
ipv4 Checked in some ideas of patch #6460 (loop optimizations) and created defines for swapping bytes and folding u32 to u16. 2008-06-17 20:06:25 +00:00
ipv6 Use ICMP_STATS_INC instead of #if ICMP_STATS... 2007-11-28 21:21:06 +00:00
snmp Minor changes in lwip folder: fix some warnings. 2008-01-05 00:13:33 +00:00
dhcp.c fixed bug #22804: dhcp_stop doesn't clear NETIF_FLAG_DHCP (flag now cleared) 2008-04-15 17:24:54 +00:00
dns.c Minor changes: replace directy call to memcpy by MEMCPY macro. 2008-01-26 16:11:39 +00:00
init.c Minor changes in lwip folder: fix some warnings, coding style, and rename "internal" netconn_alloc function. 2008-01-04 23:07:44 +00:00
mem.c fixed bug #21433 (Calling mem_free/pbuf_free from interrupt context isn't safe): set LWIP_USE_HEAP_FROM_INTERRUPT to 1 in lwipopts.h or use tcpip_callback_nonblocking(pbuf_free_int, p)/ tcpip_callback_nonblocking(mem_free, m) to free pbufs or heap memory from interrupt context 2008-03-27 19:29:35 +00:00
memp.c Added documentation / minor code layout changes 2007-11-25 10:43:28 +00:00
netif.c Changed loopback code (less difference between NO_SYS = 0 / 1), added setting LWIP_LOOPBACK_MAX_PBUFS to limit loopback-queued pbufs 2008-06-17 19:39:22 +00:00
pbuf.c Fixed comments for pbuf_copy() and find_entry() as proposed by Luca Ceresoli on lwip-users 2008-04-01 19:05:40 +00:00
raw.c task #7497: Sort lists (pcb, netif, ...) for faster access UDP: move a (connected) pcb selected for input to the front of the list of pcbs so that it is found faster next time. Same for RAW pcbs that have eaten a packet. 2007-11-30 09:44:18 +00:00
stats.c * mem.c, stats.c, mem.h: apply patch #6414 to avoid compiler errors 2008-03-04 16:31:31 +00:00
sys.c Fix some warnings discovered by compiling the unixsim under cygwin (gcc pedantic) 2007-11-25 13:57:05 +00:00
tcp_in.c Remove redundant "if" statement, and use real rcv_wnd 2008-05-30 12:21:29 +00:00
tcp_out.c 2008-01-15 Kieran Mansley 2008-01-15 13:00:51 +00:00
tcp.c fixed bug #22249: division by zero could occur if a remote host sent a zero mss as TCP option. 2008-03-26 11:57:12 +00:00
udp.c Minor spelling typos and formatting fixes. 2008-01-11 14:28:58 +00:00