zephyr/tests/net/socket/tcp
Sjors Hettinga 1be1b472cd net: tcp: Extend TCP receive queue timeout
After several fixes of the re-ordering logic in TCP, the receive queue
works as intended and cleans itself up properly. Previously the default
timeout was 100 ms, which pretty much disables it for real applications.

Increase the timeout to 2 seconds to actually enable it for in practice.
This should help pass much more of the Maxwell Pro tests.

This is the first step before removing the timeout completely.

Signed-off-by: Sjors Hettinga <s.a.hettinga@gmail.com>
2023-01-10 09:26:28 +01:00
..
src tests: net: socket: tcp: Don't use NET_CONFIG_SETTINGS 2022-10-26 12:00:22 +02:00
CMakeLists.txt
prj.conf net: tcp: Extend TCP receive queue timeout 2023-01-10 09:26:28 +01:00
testcase.yaml tests: net: socket: Disable unstable tests for mps2_an385 2022-08-08 22:18:23 +09:00