nodemcu-firmware/app/lwip/core
Johan Ström f7b48b9214
Fix IGMP timer (#3476)
LWIP_RAND() return type is int, value returned is sometimes negative.
This causes timer to sometimes (often) go outside of max_time, which in turn causes IGMP snoopers or IGMP routers to drop the subscription
2021-11-19 22:47:54 +01:00
..
ipv4 Fix IGMP timer (#3476) 2021-11-19 22:47:54 +01:00
Makefile Dev make cleanup (#2842) 2019-07-23 18:47:18 +03:00
def.c trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
dhcp.c Add support for DCHP NTP server (option 42) (#2709) 2019-07-27 08:21:35 +02:00
dns.c Use dynamic memory for cached DNS names (#2763) 2019-05-20 15:05:52 +01:00
init.c trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
mdns.c Refactor timer suspend portion of node.sleep (pmsleep) (#2287) 2018-04-13 21:41:14 +02:00
mem.c trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
memp.c trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
netif.c trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
pbuf.c trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
raw.c trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
stats.c trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
sys.c source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
sys_arch.c Evict c_types.h, tidy up a other c_prefixes. (#2841) 2019-07-23 14:22:38 +10:00
tcp.c trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
tcp_in.c trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
tcp_out.c trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
timers.c Upgraded LWIP to 1.4.0 released from Espressif. 2015-10-12 14:31:04 +11:00
udp.c trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00