1.2.1.10.29 TCPIP_FTPC_MODULE_CONFIG_TYPE Structure

C

typedef struct { 
    int nMaxClients; 
    uint32_t ftpcTmo;
    uint16_t data_tx_buffsize_dflt; 
    uint16_t data_rx_buffsize_dflt; 
} TCPIP_FTPC_MODULE_CONFIG_TYPE; 

Members

MembersDescription
int nMaxClients;maximum number of simultaneous Client supported This is for multi-client support
uint32_t ftpcTmo;timeout for reply on FTP Control and Data Connections, in seconds; hould be adjusted according to the server responsivity
uint16_t data_tx_buffsize_dflt;Data Socket Transmit Buffer default size
uint16_t data_rx_buffsize_dflt;Data Socket Receive Buffer default size

Description

Structure: TCPIP_FTPC_MODULE_CONFIG_TYPE This data structure describes the FTPC configuration data. It is presented to the module as part of the module initialization. None