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-10 21:10:01 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
bb9b0f572da0b4e8b788636b145c00a8fa97d0dd
nuttx
/
net
/
socket
T
History
Gregory Nutt
ae3cc327c7
AIO now also supports socket transfers
2014-10-11 08:15:23 -06:00
..
accept.c
…
bind.c
…
connect.c
…
getsockname.c
…
getsockopt.c
…
Kconfig
…
listen.c
…
Make.defs
Major structure of file system functions to better support asynchronous I/O. Respository should not be trusted until I have a chance to verify everything
2014-10-06 10:53:25 -06:00
net_checksd.c
…
net_clone.c
Major structure of file system functions to better support asynchronous I/O. Respository should not be trusted until I have a chance to verify everything
2014-10-06 10:53:25 -06:00
net_close.c
…
net_dupsd2.c
Major structure of file system functions to better support asynchronous I/O. Respository should not be trusted until I have a chance to verify everything
2014-10-06 10:53:25 -06:00
net_dupsd.c
Major structure of file system functions to better support asynchronous I/O. Respository should not be trusted until I have a chance to verify everything
2014-10-06 10:53:25 -06:00
net_monitor.c
…
net_poll.c
Rename kmalloc to kmm_malloc for consistency
2014-08-31 17:26:36 -06:00
net_sendfile.c
If CONFIG_NET_ARP_SEND is enabled, then all ICMP, TCP, and UDP send operations will call arp_send() before attempting the real send operation. arp_send() will check if the the IP address mapping is in the ARP table and, if not send ARP requests periodically until it is. This eliminates losing the first outgoing message because there is not mapping in the ARP table.
2014-08-18 16:22:14 -06:00
net_sockets.c
AIO now also supports socket transfers
2014-10-11 08:15:23 -06:00
net_timeo.c
…
net_vfcntl.c
Major structure of file system functions to better support asynchronous I/O. Respository should not be trusted until I have a chance to verify everything
2014-10-06 10:53:25 -06:00
recv.c
…
recvfrom.c
…
send.c
…
sendto.c
If CONFIG_NET_ARP_SEND is enabled, then all ICMP, TCP, and UDP send operations will call arp_send() before attempting the real send operation. arp_send() will check if the the IP address mapping is in the ARP table and, if not send ARP requests periodically until it is. This eliminates losing the first outgoing message because there is not mapping in the ARP table.
2014-08-18 16:22:14 -06:00
setsockopt.c
…
socket.c
…
socket.h
…