mirror of
https://github.com/espressif/esp-lwip.git
synced 2026-06-05 21:04:45 +00:00
tcp: Make TCP OOSEQ timeout configurable
2.1.3-esp: 4a8286ab optimize add TCP ooseq buf timeout configuration
This commit is contained in:
@@ -130,7 +130,9 @@ err_t tcp_process_refused_data(struct tcp_pcb *pcb);
|
||||
#endif /* TCP_FIN_WAIT_TIMEOUT */
|
||||
#define TCP_SYN_RCVD_TIMEOUT 20000 /* milliseconds */
|
||||
|
||||
#ifndef TCP_OOSEQ_TIMEOUT
|
||||
#define TCP_OOSEQ_TIMEOUT 6U /* x RTO */
|
||||
#endif
|
||||
|
||||
#ifndef TCP_MSL
|
||||
#define TCP_MSL 60000UL /* The maximum segment lifetime in milliseconds */
|
||||
|
||||
Reference in New Issue
Block a user