zephyr/tests
Sjors Hettinga a28a656aa0 net: tcp: Avoid double acknowlegding retransmitted data
In the FIN_WAIT_1 any incoming data is dropped, but anknowledged. Add a
check to see if the data is already acknowleged to prevent double
acknowledging of the data and bringing the acknowlegde counter out of
sync. When the acknowledge counter gets out of sync, the connection will
never properly terminate any more.

Signed-off-by: Sjors Hettinga <s.a.hettinga@gmail.com>
2023-05-15 15:25:51 +02:00
..
application_development samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
arch tests/x86/pagetables: Disable malloc arena for pagetables test 2023-05-11 01:25:01 +09:00
benchmarks samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
bluetooth tests: Bluetooth: Add missing ASCS mocks 2023-05-12 15:29:17 +02:00
boards samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
boot samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
bsim Revert "tests: Bluetooth: Audio: Enable EATT for bsim tests" 2023-05-13 02:29:05 +09:00
cmake samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
crypto samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
drivers tests: drivers: clock_control of the stm32h5 core 2023-05-15 13:09:46 +02:00
kernel tests: kernel: add qemu_riscv to no-multithreading tests 2023-05-12 09:56:40 +02:00
lib tests/mem_alloc: Check for common malloc instead of minimal libc 2023-05-11 01:25:01 +09:00
misc linker: add ITERABLE_SECTION_RA|OM_NUMERIC 2023-05-12 12:01:10 +02:00
net net: tcp: Avoid double acknowlegding retransmitted data 2023-05-15 15:25:51 +02:00
posix samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
subsys tests: mgmt: mcumgr: all_options: Fix Kconfig options 2023-05-15 09:27:16 +02:00
unit samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
ztest samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
test_config.yaml twister: add support for levels and test configuration 2023-03-07 15:49:16 +01:00