summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-07-11 18:31:35 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-07-11 18:31:35 +0000
commitf7f95203044a8edfdb098538ac7ca82ff03574e7 (patch)
tree6a6472553005cab8ccfa5709f93094253eaf53a7 /nuttx/TODO
parente58cb9f47ccff39c084944ea3e5c1154325b6ef1 (diff)
downloadpx4-nuttx-f7f95203044a8edfdb098538ac7ca82ff03574e7.tar.gz
px4-nuttx-f7f95203044a8edfdb098538ac7ca82ff03574e7.tar.bz2
px4-nuttx-f7f95203044a8edfdb098538ac7ca82ff03574e7.zip
Add beginning of IGMP test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2787 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index b329fe153..04d353375 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -258,6 +258,9 @@ o Network (net/, drivers/net)
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).
+ There are most likely errors that need to be fixed at least in the
+ receipt of multicast packets.
+
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