Add config option for LWIP TCP_TMR_INTERVAL

Merges https://github.com/espressif/esp-idf/pull/4213
This commit is contained in:
Josu Goñi
2019-10-18 14:37:38 +02:00
committed by suda-morris
parent 9e2f44b3c2
commit 65d18eab93
2 changed files with 13 additions and 0 deletions

View File

@@ -325,6 +325,11 @@
*/
#define TCP_MSS CONFIG_LWIP_TCP_MSS
/**
* TCP_TMR_INTERVAL: TCP timer interval
*/
#define TCP_TMR_INTERVAL CONFIG_TCP_TMR_INTERVAL
/**
* TCP_MSL: The maximum segment lifetime in milliseconds
*/