nuttx-apps/examples/tcpblaster
wanggang26 eab2cba4a1 enable SOCK_CLOEXEC explicit
leaking here means fork/vfork will duplicate fd without O_CLOEXEC flag
to the child process.

Signed-off-by: wanggang26 <wanggang26@xiaomi.com>
2024-09-26 16:13:29 +08:00
..
.gitignore
CMakeLists.txt
Kconfig
Make.defs
Makefile
tcpblaster.h
tcpblaster_client.c
tcpblaster_cmdline.c
tcpblaster_host.c
tcpblaster_netinit.c
tcpblaster_server.c enable SOCK_CLOEXEC explicit 2024-09-26 16:13:29 +08:00
tcpblaster_target1.c
tcpblaster_target2.c