From f1d00ca95f78251fe882c7e0c70558785749e101 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 12 Jul 2010 16:18:44 +0000 Subject: [PATCH] IGMP confi options git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2789 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttxPortingGuide.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index d9e1652893..9275258de7 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@

NuttX RTOS Porting Guide

-

Last Updated: May 13, 2010

+

Last Updated: July 12, 2010

@@ -2464,6 +2464,11 @@ extern void up_ledoff(int led); structures. The system manages a pool of preallocated watchdog structures to minimize dynamic allocations +
  • + CONFIG_PREALLOC_IGMPGROUPS: Pre-allocated IGMP groups are used + Only if needed from interrupt level group created (by the IGMP server). + Default: 4 +
  • CONFIG_DEV_PIPE_SIZE: Size, in bytes, of the buffer to allocated for pipe and FIFO support (default is 1024). @@ -2645,6 +2650,14 @@ extern void up_ledoff(int led); CONFIG_NET_ICMP_PING: Provide interfaces to support application level support for sending ECHO (ping) requests and associating ECHO replies.
  • +
  • + CONFIG_NET_IGMP: Enable IGMPv2 client support. +
  • +
  • + CONFIG_PREALLOC_IGMPGROUPS: Pre-allocated IGMP groups are used + Only if needed from interrupt level group created (by the IGMP server). + Default: 4 +
  • CONFIG_NET_PINGADDRCONF: Use "ping" packet for setting IP address