This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
mirror of
https://github.com/apache/nuttx.git
synced
2026-09-17 10:39:12 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
ce53ea5da69b40e60def1de563ffd4d3bcfeef4c
nuttx
/
net
/
socket
T
History
Jiuzhu Dong
887ec01f3e
net: limit NET_NACTIVESOCKETS to 4 when enable DEFAULT_SMALL
...
Signed-off-by: Jiuzhu Dong <
dongjiuzhu1@xiaomi.com
>
2021-10-10 19:59:28 -07:00
..
accept.c
…
bind.c
…
connect.c
…
getpeername.c
…
getsockname.c
…
getsockopt.c
…
Kconfig
net: limit NET_NACTIVESOCKETS to 4 when enable DEFAULT_SMALL
2021-10-10 19:59:28 -07:00
listen.c
…
Make.defs
net: always compile listen.c and accept.c when enable CONFIG_NET
2021-10-10 19:59:02 -07:00
net_close.c
…
net_dup2.c
net/dup: only start tcp monitor on INET domain
2021-09-23 19:02:03 -07:00
net_fstat.c
…
net_poll.c
…
net_sendfile.c
author: UVC Ingenieure : update licenses to Apache
2021-09-15 15:57:55 +08:00
net_sockif.c
…
net_timeo.c
…
net_vfcntl.c
…
recv.c
…
recvfrom.c
…
recvmsg.c
…
send.c
…
sendmsg.c
…
sendto.c
net/socket: Fix bug that sendto did not return an error
2021-08-19 01:31:05 -07:00
setsockopt.c
net/socket: add SO_SNDBUF support
2021-07-20 20:24:58 -07:00
socket.c
…
socket.h
…
socketpair.c
…