CONFIG_ASYNC_TCP_MAX_ACK_TIME

This commit is contained in:
Mathieu Carbou
2024-04-27 12:20:28 +02:00
parent 9b5f04627f
commit 85988d5a44
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -581,7 +581,7 @@ AsyncClient::AsyncClient(tcp_pcb* pcb)
, _tx_last_packet(0)
, _rx_timeout(0)
, _rx_last_ack(0)
, _ack_timeout(ASYNC_MAX_ACK_TIME)
, _ack_timeout(CONFIG_ASYNC_TCP_MAX_ACK_TIME)
, _connect_port(0)
, prev(NULL)
, next(NULL)