lwip/src
Freddie Chopin 8291ff3dc0 Fix definition of LWIP_NUM_SYS_TIMEOUT_INTERNAL
In timeouts.c commit 7d1c26cc0c replaced
timeout for AUTOIP with a timeout for ACD, however the value of
LWIP_NUM_SYS_TIMEOUT_INTERNAL was not updated and still counts
LWIP_AUTOIP instead of LWIP_ACD. If user has AUTOIP disabled (or not
explicitly enabled) and DHCP enabled, then ACD gets automatically
enabled too. In this case there will be one timeout too little for lwIP
and first TCP packet received causes an assertion.

Also add LWIP_IPV6_DHCP6 to the value of LWIP_NUM_SYS_TIMEOUT_INTERNAL,
as it was also not accounted for.
2019-07-26 19:44:35 +02:00
..
api New function tcpip_callback_wait() * Call a function inside the tcpip thread and block the calling thread until the callback finishes. 2019-07-13 20:52:48 +02:00
apps Added the configuration option ALTCP_MBEDTLS_AUTHMODE to set the certificate verification mode. 2019-06-11 21:15:45 +02:00
core LWIP_NETCONN_FULLDUPLEX is not alpha any more 2019-07-10 21:14:35 +02:00
include Fix definition of LWIP_NUM_SYS_TIMEOUT_INTERNAL 2019-07-26 19:44:35 +02:00
netif Fix and simplify newlines in doxygen documentation 2019-03-28 08:18:20 +01:00
Filelists.cmake mDNS: add new files to filelists + solve compile errors 2018-11-13 12:17:38 +01:00
Filelists.mk mDNS: add new files to filelists + solve compile errors 2018-11-13 12:17:38 +01:00
FILES update some FILES list files 2016-08-03 20:21:54 +02:00