EVE 1.0
Collaboration diagram for IPv6 configuration options:

Macros

#define UIP_LINK_MTU   1280
 
#define UIP_CONF_IPV6   0
 
#define UIP_CONF_IPV6_QUEUE_PKT   0
 
#define UIP_CONF_IPV6_CHECKS   1
 
#define UIP_CONF_IPV6_REASSEMBLY   0
 
#define UIP_CONF_NETIF_MAX_ADDRESSES   3
 
#define UIP_CONF_DS6_PREFIX_NBU   2
 
#define UIP_CONF_DS6_DEFRT_NBU   2
 

Detailed Description

Macro Definition Documentation

#define UIP_LINK_MTU   1280

The maximum transmission unit at the IP Layer

Definition at line 287 of file uipopt.h.

Referenced by tcpip_input().

#define UIP_CONF_IPV6   0

Do we use IPv6 or not (default: no)

Definition at line 291 of file uipopt.h.

Referenced by uip_process().

#define UIP_CONF_IPV6_QUEUE_PKT   0

Do we do per neighbor queuing during address resolution (default: no)

Definition at line 296 of file uipopt.h.

#define UIP_CONF_IPV6_CHECKS   1

Do we do IPv6 consistency checks (highly recommended, default: yes)

Definition at line 301 of file uipopt.h.

#define UIP_CONF_IPV6_REASSEMBLY   0

Do we do IPv6 fragmentation (default: no)

Definition at line 306 of file uipopt.h.

#define UIP_CONF_NETIF_MAX_ADDRESSES   3

Default number of IPv6 addresses associated to the node's interface

Definition at line 311 of file uipopt.h.

#define UIP_CONF_DS6_PREFIX_NBU   2

Default number of IPv6 prefixes associated to the node's interface

Definition at line 316 of file uipopt.h.

#define UIP_CONF_DS6_DEFRT_NBU   2

Minimum number of default routers

Definition at line 321 of file uipopt.h.