summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-14 18:40:06 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-14 18:40:06 -0600
commitdbe0c90dc30b2759b0d3f734e3c63a155cbadec9 (patch)
treea78c2d90d555cab01b02c2df16bd6ec330f421c9 /nuttx/TODO
parent3fc5cbd534a8a375455bb631f16dae35353f5b4f (diff)
downloadpx4-nuttx-dbe0c90dc30b2759b0d3f734e3c63a155cbadec9.tar.gz
px4-nuttx-dbe0c90dc30b2759b0d3f734e3c63a155cbadec9.tar.bz2
px4-nuttx-dbe0c90dc30b2759b0d3f734e3c63a155cbadec9.zip
Update TODO list
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO28
1 files changed, 2 insertions, 26 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index c6145174f..287891e38 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,4 +1,4 @@
-NuttX TODO List (Last updated October 11, 2014)
+NuttX TODO List (Last updated November 14, 2014)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This file summarizes known NuttX bugs, limitations, inconsistencies with
@@ -15,7 +15,7 @@ nuttx/
(8) Kernel/Protected Builds
(4) C++ Support
(6) Binary loaders (binfmt/)
- (13) Network (net/, drivers/net)
+ (12) Network (net/, drivers/net)
(4) USB (drivers/usbdev, drivers/usbhost)
(10) Libraries (libc/, )
(11) File system/Generic drivers (fs/, drivers/)
@@ -730,30 +730,6 @@ o Binary loaders (binfmt/)
o Network (net/, drivers/net)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Title: MULTIPLE NETWORK INTERFACE SUPPORT
- Description: uIP polling issues / Multiple network interface support:
-
- (1) Current logic will not support multiple Ethernet drivers.
- Each driver should poll on TCP connections connect on the
- network supported by the driver; UDP polling should respond
- with TX data only if the UDP packet is intended for the
- the network supported by the driver.
-
- (2) If there were multiple drivers, polling would occur at
- double the rate. Fix by using bound IP address in TCP
- connection (lipaddr) and verifying that it is in the subnet
- served by the driver.
-
- Another issue: When sending packets to another subnet, the
- current logic falls back and uses ETH0 if it cannot find the
- device for the subnet. That lookup would need to be smarter...
- perhaps it needs a routing table.
-
- Status: Open. Nothing will probably be done until I have a platform
- with two network interfaces that I need to support.
- Priority: Medium, The feature is not important, but it is important
- for NuttX to resolve the architectural issues.
-
Title: SENDTO() AND MULTIPLE NETWORK INTERFACE SUPPORT
Description: sendto() and multiple network interface support:
When polled, would have to assure that the destination IP