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 17:35:49 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
482fd2d502fc42bf47accba83336b5063ff2fe28
nuttx
/
net
/
socket
T
History
Gregory Nutt
6e04518e4a
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
..
accept.c
…
bind.c
…
connect.c
…
getsockname.c
…
getsockopt.c
…
Kconfig
…
listen.c
…
Make.defs
Clean missing function headers
2014-08-16 10:24:06 -06:00
net_checksd.c
…
net_clone.c
…
net_close.c
…
net_dup2.c
…
net_dup.c
…
net_monitor.c
…
net_poll.c
Clean missing function headers
2014-08-16 10:24:06 -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
A little too much was deleted in a recent commit
2014-08-16 12:52:28 -06:00
net_timeo.c
…
net_vfcntl.c
Clean missing function headers
2014-08-16 10:24:06 -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
…