incubator-nuttx/net/usrsock
Xiang Xiao 2fd73bd82f net: Fix max conn always one less than configured value
return NULL only when the total number is larger than configured value

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2024-04-07 10:42:56 -03:00
..
CMakeLists.txt
Kconfig net/usrsock: Can enable TCP/UDP IP stack with Usrsock enabled 2023-09-21 01:08:11 +08:00
Make.defs
usrsock.h
usrsock_accept.c
usrsock_bind.c
usrsock_close.c
usrsock_conn.c net: Fix max conn always one less than configured value 2024-04-07 10:42:56 -03:00
usrsock_connect.c
usrsock_devif.c
usrsock_event.c
usrsock_getpeername.c
usrsock_getsockname.c
usrsock_getsockopt.c
usrsock_ioctl.c net/netdev: Support managing multiple IPv6 addresses by ioctl 2023-11-07 19:30:36 +08:00
usrsock_listen.c
usrsock_poll.c poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
usrsock_recvmsg.c
usrsock_sendmsg.c
usrsock_setsockopt.c
usrsock_shutdown.c
usrsock_socket.c
usrsock_sockif.c net/usersock: Return -ENOSUPP directly if domain isn't equal to PF_INET/PF_INET6 2023-10-09 18:04:29 -04:00