From 5521868169d31a08847b46dff406ef5a953f1fff Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 21 Nov 2014 18:25:58 -0600 Subject: [PATCH] Update TODO --- TODO | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 31ecff3a3f..71ae34116f 100644 --- a/TODO +++ b/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