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-19 12:21:54 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
0ad53183e104083ebdf6c4d6600a21a851ccb99a
nuttx
/
net
/
socket
T
History
Gregory Nutt
0ad53183e1
Networking: Fix a compile problem introduced in NuttX-7.6 when CONFIG_NET_SENDFILE=y
2015-06-24 14:52:57 -06:00
..
accept.c
…
bind.c
…
connect.c
TCP connect. Move the location where the socket is marked as connected in order to avoid a potential race condition
2015-05-31 12:24:24 -06:00
getsockname.c
Networking: Fix compilation error if IPv6 is enabled
2015-06-17 15:00:04 -06:00
getsockopt.c
…
Kconfig
…
listen.c
…
Make.defs
…
net_checksd.c
…
net_clone.c
…
net_close.c
TCP networking: Since the network monitor now allocates a callback structure, it is critical to make sure that the networking monitor is stopped when the socket is closed or any other loss of connection. What was innocuous before would now be a memory leak
2015-05-30 11:49:55 -06:00
net_dupsd2.c
…
net_dupsd.c
…
net_monitor.c
TCP networking: Since the network monitor now allocates a callback structure, it is critical to make sure that the networking monitor is stopped when the socket is closed or any other loss of connection. What was innocuous before would now be a memory leak
2015-05-30 11:49:55 -06:00
net_poll.c
…
net_sendfile.c
Networking: Fix a compile problem introduced in NuttX-7.6 when CONFIG_NET_SENDFILE=y
2015-06-24 14:52:57 -06:00
net_sockets.c
…
net_timeo.c
…
net_vfcntl.c
…
recv.c
…
recvfrom.c
Costmetic changes to networking logic
2015-05-31 10:29:53 -06:00
send.c
…
sendto.c
…
setsockopt.c
…
socket.c
…
socket.h
…