ReactOS 0.4.16-dev-297-gc569aee
Collaboration diagram for Options:

Macros

#define TFTP_DEBUG   LWIP_DBG_OFF
 
#define TFTP_PORT   LWIP_IANA_PORT_TFTP
 
#define TFTP_TIMEOUT_MSECS   10000
 
#define TFTP_MAX_RETRIES   5
 
#define TFTP_TIMER_MSECS   (TFTP_TIMEOUT_MSECS / 10)
 
#define TFTP_MAX_FILENAME_LEN   20
 
#define TFTP_MAX_MODE_LEN   10
 

Detailed Description

Macro Definition Documentation

◆ TFTP_DEBUG

#define TFTP_DEBUG   LWIP_DBG_OFF

Enable TFTP debug messages

Definition at line 57 of file tftp_opts.h.

◆ TFTP_MAX_FILENAME_LEN

#define TFTP_MAX_FILENAME_LEN   20

Max. length of TFTP filename

Definition at line 92 of file tftp_opts.h.

◆ TFTP_MAX_MODE_LEN

#define TFTP_MAX_MODE_LEN   10

Max. length of TFTP mode

Definition at line 99 of file tftp_opts.h.

◆ TFTP_MAX_RETRIES

#define TFTP_MAX_RETRIES   5

Max. number of retries when a file is read from server

Definition at line 78 of file tftp_opts.h.

◆ TFTP_PORT

#define TFTP_PORT   LWIP_IANA_PORT_TFTP

TFTP server port

Definition at line 64 of file tftp_opts.h.

◆ TFTP_TIMEOUT_MSECS

#define TFTP_TIMEOUT_MSECS   10000

TFTP timeout

Definition at line 71 of file tftp_opts.h.

◆ TFTP_TIMER_MSECS

#define TFTP_TIMER_MSECS   (TFTP_TIMEOUT_MSECS / 10)

TFTP timer cyclic interval

Definition at line 85 of file tftp_opts.h.