OVMS3-idf/components/lwip/core
qiyueixa 03e3b137bf lwip: optimize the dhcp client
1. modify the discover retry backoff time from (2,4,8,16,32,60,60)s to (500m,1,2,4,8,15,15)s.
2. add DHCP_DOES_ARP_CHECK to menuconfig for users to specify if do a ARP check on the offered address.
   If enable, one more second will be taken in obtaining IP address.
3. update wifi libs
2017-01-23 13:44:34 +08:00
..
ipv4 lwip: optimize the dhcp client 2017-01-23 13:44:34 +08:00
ipv6 ipv6 interface: add branch for ipv6 interface 2016-11-21 11:06:51 +08:00
def.c Initial public version 2016-08-17 23:08:22 +08:00
dns.c lwip: refractor for lwip 2016-10-27 14:11:01 +08:00
inet_chksum.c Initial public version 2016-08-17 23:08:22 +08:00
init.c make build pass when disable per soc tcp window 2016-10-31 19:38:47 +08:00
ip.c Initial public version 2016-08-17 23:08:22 +08:00
mem.c lwip: refractor for lwip 2016-10-27 14:11:01 +08:00
memp.c lwip: refractor for lwip 2016-10-27 14:11:01 +08:00
netif.c ipv6 interface: add branch for ipv6 interface 2016-11-21 11:06:51 +08:00
pbuf.c feature/ethernet_driver: update ethernet driver 2016-12-26 14:50:49 +08:00
raw.c lwip: refractor for lwip 2016-10-27 14:11:01 +08:00
stats.c esp32/lwip: some misc changes 2016-11-28 18:36:14 +08:00
sys.c Initial public version 2016-08-17 23:08:22 +08:00
tcp.c lwip: update according to review comments 2016-11-21 15:02:36 +08:00
tcp_in.c lwip: refractor for lwip 2016-10-27 14:11:01 +08:00
tcp_out.c lwip: fix socket memory leak issue 2016-11-19 14:57:42 +08:00
timers.c lwip: refractor for lwip 2016-10-27 14:11:01 +08:00
udp.c lwip: refractor for lwip 2016-10-27 14:11:01 +08:00