1.2.3.1.32 TCPIP_TCP_MODULE_CONFIG Structure

C

typedef struct {
int nSockets;
uint16_t sktTxBuffSize;
uint16_t sktRxBuffSize;
} TCPIP_TCP_MODULE_CONFIG;

Description

Structure: TCPIP_TCP_MODULE_CONFIG.

This structure defines TCP module run-time configuration/initialization data.

Parameters

ParametersDescription
nSocketsNumber of sockets to be created.
sktTxBuffSizeSize of the socket TX buffer.
sktRxBuffSizeSize of the socket RX buffer.