nuttx/net/tcp
wangjianyu3 c1aa625bdb net: enable tcp backlog by default
If the NET_TCPBACKLOG configuration is not enabled, no I/O event will be
triggered for the socket file descriptor in poll/epoll. As a result, the
connection will not be accepted, leading to a failure in the TCP handshake.

The problem is that users may not have noticed this configuration,
no event will be received when polling the socket fd.

Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
2025-06-26 09:32:54 -03:00
..
CMakeLists.txt
Kconfig net: enable tcp backlog by default 2025-06-26 09:32:54 -03:00
Make.defs
tcp.h style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
tcp_accept.c
tcp_appsend.c
tcp_backlog.c
tcp_callback.c tcp/tls: fix tcp tls bugs 2024-11-21 00:23:01 +08:00
tcp_cc.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
tcp_close.c
tcp_conn.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
tcp_connect.c tcp/tls: fix tcp tls bugs 2024-11-21 00:23:01 +08:00
tcp_devpoll.c
tcp_dump.c
tcp_finddev.c
tcp_getsockopt.c
tcp_input.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
tcp_ioctl.c
tcp_ipselect.c
tcp_listen.c
tcp_monitor.c
tcp_netpoll.c net: Remove the DEBUGASSERT of the same event of the same fd in tcp_pollsetup. 2024-12-23 19:41:13 +08:00
tcp_notifier.c
tcp_recvfrom.c inet_sockif:support multiple iov recv 2025-01-20 17:12:14 +08:00
tcp_recvwindow.c
tcp_send.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
tcp_send_buffered.c Remove duplicate includes across multiple files 2025-01-09 23:30:23 +08:00
tcp_send_unbuffered.c tcp/tls: fix tcp tls bugs 2024-11-21 00:23:01 +08:00
tcp_sendfile.c
tcp_seqno.c
tcp_setsockopt.c
tcp_shutdown.c
tcp_timer.c net/tcp: Fix keep-alive implementation 2025-05-28 10:18:17 -03:00
tcp_txdrain.c
tcp_wrbuffer.c net/bufpool: Call init automatically on alloc 2025-01-07 22:00:21 +08:00