mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
Add config option for LWIP TCP_TMR_INTERVAL
Merges https://github.com/espressif/esp-idf/pull/4213
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user