optimize add TCP ooseq buf timeout configuration

This commit is contained in:
xueyunfei
2023-09-21 20:17:06 +08:00
parent 6bf7044c03
commit 4a8286ab8b
+2
View File
@@ -133,7 +133,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 */