Embedded TCP/IP stack: IPv6-Specific Configuration Parameters

FNET

Embedded TCP/IP stack  4.1.0
IPv6-Specific Configuration Parameters

Detailed Description

This section describes parameters that are specific only for IPv6.
The user may override and change the default values in the application-specific configuration file fnet_user_config.h.

Macros

#define FNET_CFG_IP6
 IPv6 protocol support: More...
 
#define FNET_CFG_ND6_NEIGHBOR_CACHE_SIZE   (5u)
 Maximum number of entries in neighbor cache (per interface). More...
 
#define FNET_CFG_ND6_PREFIX_LIST_SIZE   (4u)
 Maximum number of entries in the Prefix list (per interface).

. More...

 
#define FNET_CFG_ND6_ROUTER_LIST_SIZE   (2u)
 Maximum number of entries in the Default Router list (per interface). More...
 
#define FNET_CFG_ND6_DAD_TRANSMITS   (1u)
 (RFC4862 5.1)The number of consecutive Neighbor Solicitation messages sent while performing Duplicate Address Detection on a tentative address. A value of zero indicates that Duplicate Address Detection is not performed on tentative addresses. A value of one indicates a single transmission with no follow-up retransmissions.
Default is 1.
 More...
 
#define FNET_CFG_ND6_RDNSS   (1)
 Recursive DNS Server Option (RFC6106) support via router advertisemnt: More...
 
#define FNET_CFG_ND6_RDNSS_LIST_SIZE   (3u)
 Maximum number of entries in the RDNSS address list (per interface). More...
 
#define FNET_CFG_IP6_FRAGMENTATION   (1)
 IPv6 fragmentation: More...
 
#define FNET_CFG_IP6_PMTU_DISCOVERY   (1)
 Path MTU Discovery for IPv6: More...
 
#define FNET_CFG_NETIF_IP6_ADDR_MAX   (5u)
 Maximum number of IPv6 addresses that can be bound to an interface.

. More...

 
#define FNET_CFG_MLD   (0)
 Multicast Listener Discovery (MLDv1) support: More...
 

© 2005-2018 by Andrey Butok. http://fnet.sourceforge.net