TCPIP_IPV6_MODULE_CONFIG Structure

C

typedef struct {
uint32_t rxfragmentBufSize;
uint32_t fragmentPktRxTimeout;
} TCPIP_IPV6_MODULE_CONFIG;

Description

Structure: TCPIP_IPV6_MODULE_CONFIG.

IPv6 module runtime configuration and initialization parameters.

Members

MembersDescription
rxfragmentBufSizeRX fragmented buffer size.
fragmentPktRxTimeoutFragmented packet time out value.

Remarks

None.