nuttx-apps/examples/tcp_ipc_server
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
..
lorawan Improve tcp_ipc_server LoraWAN module communication 2022-11-05 12:55:40 +08:00
CMakeLists.txt cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
Kconfig Fixed unused variable and improved Kconfig for TCP IPC Client & Server 2022-10-19 15:51:04 +08:00
Make.defs apps/examples/tcp_ipc_server/Make.defs: Fix mistakes in comments 2023-03-07 10:00:43 +08:00
Makefile apps/examples/tcp_ipc_server/Makefile: Fix mistakes in comments 2023-03-07 10:00:43 +08:00
protocol.c Remove the tail space char from all files 2023-03-03 00:18:36 +02:00
protocol.h Client & Server examples to use TCP/IP socket as an IPC Channel for LoRaWAN 2022-10-17 18:54:55 -03:00
tcp_ipc_server_main.c enable SOCK_CLOEXEC explicit 2024-09-26 16:13:29 +08:00
uart_lorawan_layer.c Remove the tail space char from all files 2023-03-03 00:18:36 +02:00