TCPIP_UDP_MODULE_CONFIG Structure
C
typedef struct {
uint16_t nSockets;
uint16_t sktTxBuffSize;
uint16_t poolBuffers;
uint16_t poolBufferSize;
} TCPIP_UDP_MODULE_CONFIG; Members
| Members | Description |
|---|---|
| uint16_t nSockets; | number of sockets to be created |
| uint16_t sktTxBuffSize; | default size of the socket TX buffer |
| uint16_t poolBuffers; | number of buffers in the pool; 0 if none |
| uint16_t poolBufferSize; | size of the buffers in the pool; all equal |
Description
Structure: TCPIP_UDP_MODULE_CONFIG UDP module configuration/initialization
