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-15 09:03:01 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
cc340aaa92a07db786f0a152c41df19caa186664
nuttx
/
net
/
socket
T
History
Gregory Nutt
cc340aaa92
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
..
accept.c
…
bind.c
…
connect.c
TCP networking: Add support for network driver events
2015-05-30 09:12:27 -06:00
getsockname.c
…
getsockopt.c
…
Kconfig
TCP networking: Hook the network monitor into the device event notification logic
2015-05-30 11:29:47 -06:00
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
TCP networking: Add support for network driver events
2015-05-30 09:12:27 -06:00
net_sockets.c
…
net_timeo.c
…
net_vfcntl.c
…
recv.c
…
recvfrom.c
TCP networking: Add support for network driver events
2015-05-30 09:12:27 -06:00
send.c
…
sendto.c
…
setsockopt.c
…
socket.c
…
socket.h
TCP networking: Hook the network monitor into the device event notification logic
2015-05-30 11:29:47 -06:00