Add beginning of IGMP test

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2787 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2010-07-11 18:31:35 +00:00
parent 3a71f0ac59
commit 0877b22acf
7 changed files with 289 additions and 3 deletions
+3 -1
View File
@@ -1173,4 +1173,6 @@
by application software.
* include/net/uip/igmp.h and uip-igmp.h - Add header files ini
preparation for NuttX IGMP support
* net/uip/uip_igmpinit.c, uip_igmpgroup.c - Add IGMP logic.
* net/uip/uip_igmp*.c - Add IGMP support (untested on initial
checkin).
* examples/igmp - Add a trivial test for IGMP (much more is needed)