lwip/src/core
2007-03-26 18:52:52 +00:00
..
ipv4 api_msg.c, igmp.c, igmp.h: Fix C++ style comments 2007-03-21 14:47:52 +00:00
ipv6 * Fix all uses of pbuf_header to check the return value. In some 2007-03-21 12:55:00 +00:00
snmp stats.h, stats.c, msg_in.c: Stats counters can be change to u32_t if necessary with the new option LWIP_STATS_LARGE. If you need this option, define LWIP_STATS_LARGE to 1 in your lwipopts.h. More, unused counters are not defined in the stats structs, and not display by stats_display(). Note that some options (SYS_STATS and RAW_STATS) are defined but never used. Fix msg_in.c with the correct #if test for a stat display. 2007-03-22 16:36:45 +00:00
dhcp.c Remove warnings: "converting from 'u32_t' to 'u16_t': possible loss of data": check that received timeout values fit into u16_t. 2007-03-26 18:52:52 +00:00
inet6.c Merged from DEVEL, except for the API change in etharp.c. 2004-02-07 00:30:03 +00:00
inet.c Replaced tabs with space. 2006-11-17 10:51:13 +00:00
mem.c Added MEM_LIBC_MALLOC option as workaround for failing mem_malloc(). 2006-12-04 08:24:25 +00:00
memp.c Fixed bug #11400-2: New etharp queueing introduced bug: memp_memory was allocated too small. 2007-03-09 07:15:04 +00:00
netif.c Remove warning in netif_add(): "converting from 's16' to 'u8_t': possible loss of data" (static variable netifnum) 2007-03-26 17:19:12 +00:00
pbuf.c * Fix all uses of pbuf_header to check the return value. In some 2007-03-21 12:55:00 +00:00
raw.c * Fix all uses of pbuf_header to check the return value. In some 2007-03-21 12:55:00 +00:00
stats.c stats.h, stats.c, msg_in.c: Stats counters can be change to u32_t if necessary with the new option LWIP_STATS_LARGE. If you need this option, define LWIP_STATS_LARGE to 1 in your lwipopts.h. More, unused counters are not defined in the stats structs, and not display by stats_display(). Note that some options (SYS_STATS and RAW_STATS) are defined but never used. Fix msg_in.c with the correct #if test for a stat display. 2007-03-22 16:36:45 +00:00
sys.c Implement LWIP_SO_RCVTIMEO configuration option to enable/disable SO_RCVTIMEO on UDP sockets/netconn. 2007-03-08 20:58:46 +00:00
tcp_in.c * Fix all uses of pbuf_header to check the return value. In some 2007-03-21 12:55:00 +00:00
tcp_out.c * Fix all uses of pbuf_header to check the return value. In some 2007-03-21 12:55:00 +00:00
tcp.c Keepalive values can be configured at run time with LWIP_TCP_KEEPALIVE, but don't change this unless you know what you're doing (default are RFC1122 compliant). Note that TCP_KEEPIDLE and TCP_KEEPINTVL have to be set in seconds. 2007-03-11 15:53:43 +00:00
udp.c * Fix all uses of pbuf_header to check the return value. In some 2007-03-21 12:55:00 +00:00