Update TODO

This commit is contained in:
Gregory Nutt 2014-11-21 18:25:58 -06:00
parent ac06d33673
commit 5521868169
1 changed files with 9 additions and 1 deletions

10
TODO
View File

@ -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