Configuration of the TFTP client.
Configuration of the TFTP client.
TFTP Client Configuration File
The TFTP client configuration file Net_Config_TFTP_Client.h contains the following settings:
- Block Size specifies the size of transfer block in bytes.
- Number of Retries specifies how many times the TFTP client tries to retransmit the data before giving up.
- Retry Timeout is the timeout, after which the TFTP Client retransmits the data. Values, specified in 100 milliseconds, can be selected from a list. The default value is 500 ms, represented as #define TFTP_CLIENT_RETRY_TOUT 5.