zephyr/subsys/net/lib/zperf
Florian Grandel 630bfff65f net: lib: zperf: fix compiler warning
The compiler emits a "null where non-null expected" warning unless the
argument of strlen is non-null at compile time.

Signed-off-by: Florian Grandel <fgrandel@code-for-humans.de>
2023-10-03 15:21:34 +01: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 zperf: Add support to configure context priority 2023-09-12 21:26:28 -04:00
zperf_internal.h zperf: Add support to configure context priority 2023-09-12 21:26:28 -04: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: Add support for bind to host option for tcp/udp download 2023-09-29 16:25:26 +02:00
zperf_tcp_receiver.c net: lib: zperf: fix compiler warning 2023-10-03 15:21:34 +01:00
zperf_tcp_uploader.c zperf: Add support to configure context priority 2023-09-12 21:26:28 -04:00
zperf_udp_receiver.c net: lib: zperf: fix compiler warning 2023-10-03 15:21:34 +01:00
zperf_udp_uploader.c zperf: Add support to configure context priority 2023-09-12 21:26:28 -04:00