zephyr/subsys/net/lib/zperf
Robert Lubos aa6f698d31 net: zperf: Fix TCP packet counting
Make sure we send the entire packet buffer before bumping the packet
counter, send() does not guarantee that all of the requested data will
be sent at once with STREAM socket.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2023-11-21 08:46:45 +00:00
..
CMakeLists.txt net: zperf: Make shell dependency optional 2023-01-03 11:02:01 +01:00
Kconfig net: zperf: Make Zperf worker thread stack size configurable 2023-03-20 10:20:00 +00:00
zperf_common.c net: zperf: By default bind to any IP address 2023-10-27 10:52:19 +02:00
zperf_internal.h net: zperf: By default bind to any IP address 2023-10-27 10:52:19 +02:00
zperf_session.c net: zperf: unify get_session among TCP and UDP 2023-02-28 18:12:52 +01:00
zperf_session.h net: zperf: unify get_session among TCP and UDP 2023-02-28 18:12:52 +01:00
zperf_shell.c net: zperf: Fix the check for IPv6 2023-11-03 11:21:16 +01:00
zperf_tcp_receiver.c net: zperf: By default bind to any IP address 2023-10-27 10:52:19 +02:00
zperf_tcp_uploader.c net: zperf: Fix TCP packet counting 2023-11-21 08:46:45 +00:00
zperf_udp_receiver.c net: zperf: By default bind to any IP address 2023-10-27 10:52:19 +02:00
zperf_udp_uploader.c zperf: Add support to configure context priority 2023-09-12 21:26:28 -04:00