summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-07 22:54:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-07 22:54:51 +0000
commitfae6085d5734cb000bcd6a40eb0b5bd369772d4f (patch)
tree22b9afe6128acf0e2e33e1ce70f10724e7cc914c /nuttx/TODO
parenta97e1cc4d1195f56bc10acbcd469bb71e016476c (diff)
downloadpx4-nuttx-fae6085d5734cb000bcd6a40eb0b5bd369772d4f.tar.gz
px4-nuttx-fae6085d5734cb000bcd6a40eb0b5bd369772d4f.tar.bz2
px4-nuttx-fae6085d5734cb000bcd6a40eb0b5bd369772d4f.zip
Handle varialble length polling intervals; fix bug of last checkin
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@376 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO6
1 files changed, 2 insertions, 4 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 27c293cb9..9ca34227a 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -50,13 +50,11 @@ o Network
support multiple network devices, this means we will have to add some infrastructure
to map to device.
- uIP polling issues:
- (1) uIP expects a single driver to poll at a 500ms interval (dm90x0 currently
- polls a 5sec).
- (2) Current logic will not support multiple ethernet drivers. Each driver should
+ (1) Current logic will not support multiple ethernet drivers. Each driver should
poll on TCP connections connect on the network supported by the driver; UDP
polling should respond with TX data only if the UDP packet is intended for the
the network supported by the driver.
- (3) If there were multiple drivers, polling would occur at double the rate.
+ (2) If there were multiple drivers, polling would occur at double the rate.
- TCP Bug:
When TCP data is received with no read in place, it appears that uIP ACKs the data
even though it was not taken accepted. We must either (1) buffer incoming data, or