summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-20 01:26:34 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-20 01:26:34 +0000
commitd0cef5c3e03a693460840cfa88bdd183248cf875 (patch)
treee233f15568c17054624261f428fefafe7275d73d /nuttx/TODO
parent273f068eebbf144445c615c0e4b7a3ce5b608cf5 (diff)
downloadpx4-nuttx-d0cef5c3e03a693460840cfa88bdd183248cf875.tar.gz
px4-nuttx-d0cef5c3e03a693460840cfa88bdd183248cf875.tar.bz2
px4-nuttx-d0cef5c3e03a693460840cfa88bdd183248cf875.zip
Prep for 0.3.1 releasenuttx-3.1
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@389 42af7a65-404d-4744-a932-0658087f49c3
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.