TCPIP_TFTPC_MODULE_CONFIG Structure

C

typedef struct {
    const char* tftpc_interface;
    uint32_t tftpc_reply_timeout;
} TCPIP_TFTPC_MODULE_CONFIG;

Description

Structure: TCPIP_TFTPC_MODULE_CONFIG.

This structure is a placeholder for TFTP client module configuration.

Members

MembersDescription
tftpc_reply_timeoutTime-out for the server reply in seconds.