diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index a110d5ff28b..f2b4938b780 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -463,6 +463,13 @@
+
Last Updated: March 3, 2011
+Last Updated: March 12, 2011
CONFIG_NET: Enable or disable all network features
CONFIG_NET_SLIP: Selects the Serial Line Internet Protocol (SLIP) data link layer.
+ The default data link layer for uIP is Ethernet.
+ If CONFIG_NET_SLIP is defined in the NuttX header file, then SLIP will be supported.
+ The basic differences between the SLIP and Ethernet configurations is that when SLIP is selected:
+ CONFIG_NET_SLIP is not supported, then Ethernet will be used
+ (there is no need to define anything special in the configuration file to use Ethernet -- it is the default).
+ CONFIG_NET_IPv6: Build in support for IPv6
CONFIG_NET_MULTICAST: Outgoing multi-cast address support
CONFIG_NET_LLH_LEN: The link level header length
- CONFIG_NET_FWCACHE_SIZE: number of packets to remember when looking for duplicates