summaryrefslogtreecommitdiffstats
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2007-11-23 19:25:39 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2007-11-23 19:25:39 +0000
commit6dad5fb314e819291fd329981bac2730f0832bb7 (patch)
tree0c84443eb3f566978a47274ece15cd5ce03973a9 /nuttx/TODO
parentfefb295d6295d4bc36d3b8aab42f50e61527a4fd (diff)
Verified recvfrom()
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@402 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 90c9d123bd..fe9b5385cd 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -29,7 +29,6 @@ o C++ Support
- Need to call static constructors
o Network
-- UDP is untested.
- Did not implement send() and sendto() timeouts. Option is setable via setsockopt,
but is not implemented.
- uIP's netutils/telnetd (and maybe others) are seriously broken.
@@ -37,7 +36,6 @@ o Network
- uIP's netutils/webserver hangs
- uIP's netutils/smtp, dpcpc, resolv, webclient -- untested
- Should implement SOCK_RAW
-- accept() and recvfrom() need to return connection address
- Performance Improvements (uIP is not very fast):
Need to extend logic so that uIP can have more than on packet in flight and to
handle deferred acknowledgements.