nodemcu-firmware/app/lwip
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
..
api
app
core Fix IGMP timer (#3476) 2021-11-19 22:47:54 +01:00
netif
Makefile