Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ConstantDescriptionPossible Values
NET_IF_CFG_MAX_NBR_IF  Determines the maximum number of network interfaces that µC/TCP-IP may create at run-time.1 if a single network interface is present.
NET_IF_CFG_LOOPBACK_EN Determines whether the code and data space used to support the loopback interface for internal-only communication only will be included.DEF_ENABLED or DEF_DISABLED
NET_IF_CFG_ETHER_EN Determines whether the code and data space used to support Ethernet interfaces and devices will be included.DEF_ENABLED or DEF_DISABLED
NET_IF_CFG_WIFI_EN Determines whether the code and data space used to support wireless interfaces and devices will be included.DEF_ENABLED or DEF_DISABLED
NET_IF_CFG_TX_SUSPEND_TIMEOUT_MS  Configures the network interface transmit suspend timeout value. The value is specified in integer milliseconds.1u

Address Resolution Protocol (ARP)

ARP is only required with IPv4.

ConstantDescriptionPossible Values
NET_ARP_CFG_CACHE_NBR Configures the number of ARP cache entries. 

Neighbor Discovery Protocol (NDP)

NDPis only required with IPv6.

ConstantDescriptionPossible Values
NET_NDP_CFG_CACHE_NBR  
NET_NDP_CFG_DEST_NBR  
NET_NDP_CFG_PREFIX_NBR  
NET_NDP_CFG_ROUTER_NBR  

...