summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-21 18:25:58 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-21 18:25:58 -0600
commit767aef4c84430f468a871af977bc3f3813cc91c2 (patch)
tree51628b9dec2cbd7fa8898abfce33b89d74a37c03
parent57f7c602cbe192c6e7e65fb6a4baf3233246b113 (diff)
downloadnuttx-767aef4c84430f468a871af977bc3f3813cc91c2.tar.gz
nuttx-767aef4c84430f468a871af977bc3f3813cc91c2.tar.bz2
nuttx-767aef4c84430f468a871af977bc3f3813cc91c2.zip
Update TODO
-rw-r--r--nuttx/TODO10
1 files changed, 9 insertions, 1 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 31ecff3a3..71ae34116 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,4 +1,4 @@
-NuttX TODO List (Last updated November 20, 2014)
+NuttX TODO List (Last updated November 21, 2014)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This file summarizes known NuttX bugs, limitations, inconsistencies with
@@ -846,6 +846,14 @@ o Network (net/, drivers/net)
should not be global but shoud, instead, by a part of the device structure,
struct net_drivers_s.
+ STATUS: 2014-11-21: Fixed for the case of UDP. Added the local bound
+ IP address to UDP "connection" structure. This essential extends all
+ local addresses so they now only have to be unique for a give IP address +
+ port number pair. It was not necessary to move global resources into
+ the device structure as suggested above. Rather, the global structures
+ to extended to support uniqueness. This is also really necessary to
+ properly support broadcast addresses anyway.
+
Status: Open
Priority: Very low if you have only a single network interface. Higher if you
have more than one. Very high if you need to have the same port numbers