zephyr/subsys/net/lib/zperf
Keith Packard 3f3224d880 subsys/net: Labels cannot be applied to declarations
C only permits labels on statements, not declarations.  Separate the
declarations from the assignments so that the labels can target
statements instead.

Signed-off-by: Keith Packard <keithp@keithp.com>
2023-04-05 10:38:34 +02: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: Make Zperf worker thread stack size configurable 2023-03-20 10:20:00 +00:00
zperf_internal.h net: zperf: Make shell dependency optional 2023-01-03 11:02:01 +01: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: lib: zperf: Add support to disable Nagle's algorithm 2023-02-20 09:53:43 +01:00
zperf_tcp_receiver.c subsys/net: Labels cannot be applied to declarations 2023-04-05 10:38:34 +02:00
zperf_tcp_uploader.c net: lib: zperf: Add support to disable Nagle's algorithm 2023-02-20 09:53:43 +01:00
zperf_udp_receiver.c net: zperf: Make UDP/TCP servers restartable 2022-12-22 11:05:11 +01:00
zperf_udp_uploader.c net: zperf: Implement asynchronous upload API 2022-12-22 11:05:11 +01:00