summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-19 07:47:32 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-19 07:47:32 -0600
commit7e10a46ff34b3f17497c3e10664eb76569971332 (patch)
tree5bc32049246f858c6aaf308317e5a8f3c4284a7d /nuttx/TODO
parentcfed1e85c15e92a534c833e26dc7f84b6a764cc9 (diff)
downloadpx4-nuttx-7e10a46ff34b3f17497c3e10664eb76569971332.tar.gz
px4-nuttx-7e10a46ff34b3f17497c3e10664eb76569971332.tar.bz2
px4-nuttx-7e10a46ff34b3f17497c3e10664eb76569971332.zip
ARP: Add signal logic so that we do not have to wait so long with the network responses to ARP requests quickly
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO12
1 files changed, 8 insertions, 4 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index df6014ca3..c0fb712e6 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -873,7 +873,8 @@ o Network (net/, drivers/net)
Or should it remain in the backlog with a status indication so that accept()
can fail when it encounteres the invalid connection?
Status: Open
- Priority: Medium. Important on slow applications that will not accept connections promptly.
+ Priority: Medium. Important on slow applications that will not accept
+ connections promptly.
o USB (drivers/usbdev, drivers/usbhost)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -2275,9 +2276,12 @@ o Network Utilities (apps/netutils/)
Title: THE ARP ISSUES AGAIN
Description: The first GET received by THTTPD is not responded to. Refreshing the page
from the browser solves the problem and THTTPD works fine after thatg. I
- believe that this is the duplicate of another bug: "Outgoing [uIP] packets are dropped
- and overwritten by ARP packets if the destination IP has not been mapped to a MAC."
- Status: Open
+ believe that this is the duplicate of another bug: "Outgoing
+ [uIP] packets are dropped and overwritten by ARP packets if the
+ destination IP has not been mapped to a MAC."
+ Status: Probably closed. The basic ARP issue has been fixed (if
+ CONFIG_NET_ARP_SEND is enable), but this has not been verifie
+ with THTTPD.
Priority: Medium
Title: THTTPD WARNINGS