summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-12 14:41:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-12 14:41:36 +0000
commit1dbeb7137b593584b54bb6acbe9da4f3e5d5bf71 (patch)
tree30f6350d32b4fdb7ce8cc14954f1a0a8e1f309c1 /nuttx/TODO
parent5fe3de54cf5d76704b60d598169031aad2b7130f (diff)
downloadpx4-nuttx-1dbeb7137b593584b54bb6acbe9da4f3e5d5bf71.tar.gz
px4-nuttx-1dbeb7137b593584b54bb6acbe9da4f3e5d5bf71.tar.bz2
px4-nuttx-1dbeb7137b593584b54bb6acbe9da4f3e5d5bf71.zip
ifconfig shows uIP stats
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@450 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 3351d7e46..9cd59baa3 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -47,6 +47,8 @@ o Network
for new data, the driver should be throttled. Perhaps the driver should disable
RX interrupts when throttled and re-anable on each poll time. recvfrom would,
of course, have to un-throttle.
+- Need to standardize collection of statistics from network drivers. examples/nsh
+ ifconfig command should present statistics.
o USB
- Implement USB device support