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
| Parameters | Description |
|---|---|
| nSockets | Number of sockets to be created. |
| sktTxBuffSize | Size of the socket TX buffer. |
| sktRxBuffSize | Size of the socket RX buffer. |
