Embedded TCP/IP stack
4.7.0
|
#define FNET_CFG_TFTP_SRV_TIMEOUT (3u) /*sec*/ |
Default timeout for TFTP client response in seconds.
If no response from a TFTP client is received during this timeout, the last packet is retransmitted to the TFTP client automatically.
It can be changed during the TFTP server initialization by the fnet_tftp_srv_init() function.
Default value is 3
.
.
Definition at line 111 of file fnet_tftp_config.h.