nuttx/net/socket
chao an 1f75d02bb5 net/tcp: correct behavior of SO_LINGER
1. Remove tcp_txdrain() from close() to avoid indefinitely block
2. Send TCP_RST immediately if linger timeout

Signed-off-by: chao an <anchao@xiaomi.com>
2023-01-18 02:47:12 +08:00
..
accept.c net: Move accept to libc after https://github.com/apache/nuttx/pull/8083 2023-01-13 11:23:42 +02:00
bind.c
connect.c
getpeername.c
getsockname.c
getsockopt.c net: Remove usrsock specific process from common code as much as possible 2022-11-28 16:32:41 +09:00
Kconfig net/tcp: correct behavior of SO_LINGER 2023-01-18 02:47:12 +08:00
listen.c
Make.defs
net_close.c
net_dup2.c
net_fstat.c
net_poll.c
net_sendfile.c net/soerr: add new _SO_CONN_SETERRNO() macro 2022-11-24 22:57:42 +08:00
net_sockif.c net: Remove usrsock specific process from common code as much as possible 2022-11-28 16:32:41 +09:00
net_timeo.c
recv.c
recvfrom.c
recvmsg.c
send.c
sendmsg.c
sendto.c
setsockopt.c net: add parameter check in psock_setsockopt 2022-11-29 00:20:09 +08:00
socket.c net: Remove usrsock specific process from common code as much as possible 2022-11-28 16:32:41 +09:00
socket.h net/soerr: add new _SO_CONN_SETERRNO() macro 2022-11-24 22:57:42 +08:00
socketpair.c