summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-19 07:52:52 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-19 07:52:52 -0600
commitbb0aeaa0faed7e7b2e1bb4def9007dbd237730c9 (patch)
treee6bda53410eeb221f5c06d8242b1e4c1cc4c6099 /nuttx/ChangeLog
parent7e10a46ff34b3f17497c3e10664eb76569971332 (diff)
downloadnuttx-bb0aeaa0faed7e7b2e1bb4def9007dbd237730c9.tar.gz
nuttx-bb0aeaa0faed7e7b2e1bb4def9007dbd237730c9.tar.bz2
nuttx-bb0aeaa0faed7e7b2e1bb4def9007dbd237730c9.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 0a7f851fb..6ef63f24c 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8186,3 +8186,6 @@
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-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).