summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-07-12 16:18:44 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-07-12 16:18:44 +0000
commit71304dc3cb0f85441247930b1a62a5ddaa09dbf4 (patch)
tree1cef7d315b80227c0b588da258d78ec1999375b0
parent8522def28d18ed79d699277e69e3ed2d83420943 (diff)
downloadnuttx-71304dc3cb0f85441247930b1a62a5ddaa09dbf4.tar.gz
nuttx-71304dc3cb0f85441247930b1a62a5ddaa09dbf4.tar.bz2
nuttx-71304dc3cb0f85441247930b1a62a5ddaa09dbf4.zip
IGMP confi options
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2789 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html15
-rw-r--r--nuttx/configs/README.txt7
2 files changed, 21 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index d9e165289..9275258de 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -12,7 +12,7 @@
<h1><big><font color="#3c34ec">
<i>NuttX RTOS Porting Guide</i>
</font></big></h1>
- <p>Last Updated: May 13, 2010</p>
+ <p>Last Updated: July 12, 2010</p>
</td>
</tr>
</table>
@@ -2465,6 +2465,11 @@ extern void up_ledoff(int led);
watchdog structures to minimize dynamic allocations
</li>
<li>
+ <code>CONFIG_PREALLOC_IGMPGROUPS</code>: Pre-allocated IGMP groups are used
+ Only if needed from interrupt level group created (by the IGMP server).
+ Default: 4
+ </li>
+ <li>
<code>CONFIG_DEV_PIPE_SIZE</code>: Size, in bytes, of the buffer to allocated
for pipe and FIFO support (default is 1024).
</li>
@@ -2646,6 +2651,14 @@ extern void up_ledoff(int led);
support for sending ECHO (ping) requests and associating ECHO replies.
</li>
<li>
+ <code>CONFIG_NET_IGMP</code>: Enable IGMPv2 client support.
+ </li>
+ <li>
+ <code>CONFIG_PREALLOC_IGMPGROUPS</code>: Pre-allocated IGMP groups are used
+ Only if needed from interrupt level group created (by the IGMP server).
+ Default: 4
+ </li>
+ <li>
<code>CONFIG_NET_PINGADDRCONF</code>: Use "ping" packet for setting IP address
</li>
<li>
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index bbfe9946a..7bfdd65dc 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -313,6 +313,9 @@ defconfig -- This is a configuration file similar to the Linux
CONFIG_PREALLOC_MQ_MSGS - The number of pre-allocated message
structures. The system manages a pool of preallocated
message 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_MQ_MAXMSGSIZE - Message structures are allocated with
a fixed payload size given by this settin (does not include
other message structure overhead.
@@ -405,6 +408,10 @@ defconfig -- This is a configuration file similar to the Linux
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
CONFIG_NET_STATISTICS - uIP statistics on or off
CONFIG_NET_RECEIVE_WINDOW - The size of the advertised receiver's