mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user