summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-07-11 15:17:11 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-07-11 15:17:11 +0000
commit7a7b211c40caa734799e2973b62d6f582071a051 (patch)
tree3b9f2a939d846761f4d35034eec43749dd313732 /nuttx/TODO
parent045b0affc951ce0a37ddfe3dae1b212fcd87bd81 (diff)
downloadnuttx-7a7b211c40caa734799e2973b62d6f582071a051.tar.gz
nuttx-7a7b211c40caa734799e2973b62d6f582071a051.tar.bz2
nuttx-7a7b211c40caa734799e2973b62d6f582071a051.zip
Add support for multicast MAC addresses
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2784 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO13
1 files changed, 10 insertions, 3 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 4fbfeee94..b329fe153 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,5 +1,5 @@
-NuttX TODO List (Last updated May 19, 2010)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+NuttX TODO List (Last updated July 11, 2010)
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(5) Task/Scheduler (sched/)
(2) Memory Managment (mm/)
@@ -7,7 +7,7 @@ NuttX TODO List (Last updated May 19, 2010)
(1) pthreads (sched/)
(1) C++ Support
(5) Binary loaders (binfmt/)
- (15) Network (net/, drivers/net)
+ (16) Network (net/, drivers/net)
(5) Network Utilities (netutils/)
(1) USB (drivers/usbdev)
(5) Libraries (lib/)
@@ -256,6 +256,13 @@ o Network (net/, drivers/net)
Status: Open
Priority: Low unless you need it.
+ Description: Support for client-side IGMPv2 multicast has been added but not yet
+ tested (because I don't have a proper environment for multicast testing).
+ In addition, an ethernet driver that needs to work with the IGMP logic
+ will have to include additional support for multicast MAC address tables.
+ Status: Open
+ Priority: Low unless you need it.
+
o Network Utilities (netutils/)
Description: One critical part of netutils/ apps is untested: The uIP