Embedded TCP/IP stack
4.7.0
|
fnet_index_t retransmit_max |
Maximum number of retransmissions.
If no response from a TFTP client is received till maximum retransmission number is reached, the TFTP server cancels the data transfer.
If it is set to 0
the default number of retransmissions will be used, that is defined by the FNET_CFG_TFTP_SRV_RETRANSMIT_MAX parameter.
Definition at line 202 of file fnet_tftp_srv.h.