zephyr/tests/net/socket
Sjors Hettinga 3b03344a8d tests: net: socket: tcp: Add test for big block data transfer
A reproducible case to see what happens when the TCP stack runs out
of buffers. It transfers a block, bigger then the number of buffers
available.
Also test by introducing packet loss in the loopback driver.

Signed-off-by: Sjors Hettinga <s.a.hettinga@gmail.com>
2022-04-01 12:36:14 -05:00
..
af_packet tests: Change duplicated names of the test cases 2022-03-30 17:42:01 -04:00
af_packet_ipproto_raw tests: Change duplicated names of the test cases 2022-03-30 17:42:01 -04:00
getaddrinfo kconfig: Rename the TEST_EXTRA stack size option to align with the rest 2022-02-22 08:23:05 -05:00
getnameinfo drivers: net: adding NET_DRIVERS menuconfig 2021-09-28 12:13:23 +02:00
misc everywhere: fix typos 2022-03-18 13:24:08 -04:00
net_mgmt
poll kconfig: Rename the ZTEST stack size option to align with the rest 2022-02-22 08:23:05 -05:00
register net: sockets: Add socket processing priority 2021-09-28 20:11:26 -04:00
select drivers: net: adding NET_DRIVERS menuconfig 2021-09-28 12:13:23 +02:00
socketpair everywhere: fix typos 2022-03-18 13:24:08 -04:00
tcp tests: net: socket: tcp: Add test for big block data transfer 2022-04-01 12:36:14 -05:00
tls kconfig: Rename the ZTEST stack size option to align with the rest 2022-02-22 08:23:05 -05:00
tls_ext tests: Change duplicated names of the test cases 2022-03-30 17:42:01 -04:00
udp
websocket kconfig: Rename the ZTEST stack size option to align with the rest 2022-02-22 08:23:05 -05:00
socket_helpers.h