nuttx-apps/netutils/iperf
v-tangmeng 5a73092f30 iperf: fix the compile error
error: variable 'opt' is uninitialized when passed as a const pointer argument here

setsockopt(listen_socket, SOL_SOCKET, SO_REUSEADDR, &opt, sizeof(opt));

Signed-off-by: v-tangmeng <v-tangmeng@xiaomi.com>
2026-04-20 15:20:19 +08:00
..
CMakeLists.txt examples/nimble: fix assertion during pthread create with zero priority 2026-04-20 15:10:07 +08:00
Kconfig iperf_main.c: change the way of parsing argvs from argtable to getopt 2026-04-20 15:19:35 +08:00
Make.defs Merge remote-tracking branch 'mirtos/master' into dev-upmerge-nuttx-10.1-0507 2026-04-20 14:55:00 +08:00
Makefile Merge remote-tracking branch 'mirtos/master' into dev-upmerge-nuttx-10.1-0507 2026-04-20 14:55:00 +08:00
iperf.c iperf: fix the compile error 2026-04-20 15:20:19 +08:00
iperf.h netutils/iperf: add vsock support 2026-04-20 15:19:13 +08:00
iperf_main.c iperf_main.c: iperf parameter cid supports string type. 2026-04-20 15:20:13 +08:00