Embedded TCP/IP stack
4.7.0
|
#define FNET_CFG_TFTP_SRV_RETRANSMIT_MAX (4u) |
Default 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.
It can be changed during the TFTP server initialization by the fnet_tftp_srv_init() function.
Default value is 4
.
.
Definition at line 126 of file fnet_tftp_config.h.