summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 48f489672..0b8220e00 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -31,8 +31,9 @@ o C++ Support
o Network
- Did not implement send() and sendto() timeouts. Option is setable via setsockopt,
but is not implemented.
-- netutils/telnetd (and maybe others) are seriously broken.
+- uIP's netutils/telnetd (and maybe others) are seriously broken.
Need to be re-written to use listen() and accept()
+- uIP's netutils/webserver does not work reliably
- Should implement SOCK_RAW
- accept() and recvfrom() need to return connection address
- Performance Improvements (uIP is not very fast):