esp-idf/components/lwip/core
Liu Zhi Fu 66199b1efe Check DHCP rebind timer before checking dhcp release timer in cause they have the same value.
lwip: modify dhcp timer granularity from 60s to 1s

Current DHCP granularity is 60 seconds, it's not accurate, it can cause DHCP release/rebind/renew timer
timeout at the same time, also it may renew/rebind/release at wrong time, thus cause problem.
2017-03-01 20:50:58 +08:00
..
ipv4 Check DHCP rebind timer before checking dhcp release timer in cause they have the same value. 2017-03-01 20:50:58 +08:00
ipv6
def.c
dns.c
inet_chksum.c
init.c
ip.c
mem.c
memp.c
netif.c
pbuf.c feature/ethernet_driver: update ethernet driver 2016-12-26 14:50:49 +08:00
raw.c
stats.c esp32/lwip: some misc changes 2016-11-28 18:36:14 +08:00
sys.c
tcp.c lwip: update according to review comments 2016-11-21 15:02:36 +08:00
tcp_in.c
tcp_out.c
timers.c
udp.c