Skip to content
Commit 6e04518e authored by Gregory Nutt's avatar Gregory Nutt
Browse files

If CONFIG_NET_ARP_SEND is enabled, then all ICMP, TCP, and UDP send operations...

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.
parent 7f862bd3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment