mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 05:16:47 +08:00
Update ChangeLog
This commit is contained in:
@@ -8186,3 +8186,6 @@
|
|||||||
the ARP table and, if not send ARP requests periodically until it is.
|
the ARP table and, if not send ARP requests periodically until it is.
|
||||||
This eliminates losing the first outgoing message because there is not
|
This eliminates losing the first outgoing message because there is not
|
||||||
mapping in the ARP table (2014-8-18).
|
mapping in the ARP table (2014-8-18).
|
||||||
|
* net/arp/arp_notify.c, arp_send.c, arp_arpin.c, and arp.h: Add
|
||||||
|
signalling logic so that we do not have to wait so long with the
|
||||||
|
network responses to ARP requests quickly (2014-8-19).
|
||||||
|
|||||||
@@ -2280,7 +2280,7 @@ o Network Utilities (apps/netutils/)
|
|||||||
[uIP] packets are dropped and overwritten by ARP packets if the
|
[uIP] packets are dropped and overwritten by ARP packets if the
|
||||||
destination IP has not been mapped to a MAC."
|
destination IP has not been mapped to a MAC."
|
||||||
Status: Probably closed. The basic ARP issue has been fixed (if
|
Status: Probably closed. The basic ARP issue has been fixed (if
|
||||||
CONFIG_NET_ARP_SEND is enable), but this has not been verifie
|
CONFIG_NET_ARP_SEND is enable), but this has not been verified
|
||||||
with THTTPD.
|
with THTTPD.
|
||||||
Priority: Medium
|
Priority: Medium
|
||||||
|
|
||||||
|
|||||||
@@ -206,7 +206,7 @@ int arp_wait(FAR struct arp_notify_s *notify, FAR struct timespec *timeout)
|
|||||||
(void)arp_wait_cancel(notify);
|
(void)arp_wait_cancel(notify);
|
||||||
|
|
||||||
/* Re-enable interrupts and return the result of the wait */
|
/* Re-enable interrupts and return the result of the wait */
|
||||||
|
|
||||||
irqrestore(flags);
|
irqrestore(flags);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user