Skip to content

Commit

Permalink
samples: wifi: twt: Remove assignment to CONFIG_NET_TCP_ACK_TIMEOUT
Browse files Browse the repository at this point in the history
This option was deprecated and has been finally removed.
See Zephyr PR 82722.

Signed-off-by: Andrzej Głąbek <[email protected]>
  • Loading branch information
anangl committed Jan 27, 2025
1 parent 07f50e0 commit 5cd9470
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion samples/wifi/twt/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ CONFIG_HEAP_MEM_POOL_SIZE=210000
CONFIG_NET_TC_TX_COUNT=1

# Below configs will increase tcp connection timeout
CONFIG_NET_TCP_ACK_TIMEOUT=60000
CONFIG_NET_TCP_INIT_RETRANSMISSION_TIMEOUT=1000
CONFIG_NET_SOCKETS_CONNECT_TIMEOUT=10000
CONFIG_NET_TCP_RETRY_COUNT=10
Expand Down

0 comments on commit 5cd9470

Please sign in to comment.