mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-12-12 16:21:17 +08:00
feat(lwip): Add kconfig to congigure initial RTO time and set default value to 1000
This commit is contained in:
@@ -1097,6 +1097,12 @@ size_t memp_malloc_get_size(size_t type);
|
||||
*/
|
||||
#define LWIP_WND_SCALE 0
|
||||
#define TCP_RCV_SCALE 0
|
||||
|
||||
/**
|
||||
* LWIP_TCP_RTO_TIME: make TCP RTO time configurable.
|
||||
* Default is 1 second.
|
||||
*/
|
||||
#define LWIP_TCP_RTO_TIME CONFIG_LWIP_TCP_RTO_TIME
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user