summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index ec53fd2a9..48f489672 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -36,12 +36,8 @@ o Network
- Should implement SOCK_RAW
- accept() and recvfrom() need to return connection address
- Performance Improvements (uIP is not very fast):
-- Extra read buffers will be necessary to buffer TCP data when there is no recv
- in place to accept the data. At present, received data is not ACKed, but is
- eventually lost in this case.
- Improve performance by stimulating the driver to accept new TX data before the
next polling interval.
-
Add a txail callback into driver to eliminate send delays. Since we want to
support multiple network devices, this means we will have to add some infrastructure
to map to device.