Mistake on this page?
Report an issue in GitHub or email us
Macros
Options

Macros

#define TFTP_DEBUG   LWIP_DBG_OFF
 Enable TFTP debug messages. More...
 
#define TFTP_PORT   LWIP_IANA_PORT_TFTP
 TFTP server port. More...
 
#define TFTP_TIMEOUT_MSECS   10000
 TFTP timeout. More...
 
#define TFTP_MAX_RETRIES   5
 Max. More...
 
#define TFTP_TIMER_MSECS   (TFTP_TIMEOUT_MSECS / 10)
 TFTP timer cyclic interval. More...
 
#define TFTP_MAX_FILENAME_LEN   20
 Max. More...
 
#define TFTP_MAX_MODE_LEN   7
 Max. More...
 

Detailed Description

Macro Definition Documentation

#define TFTP_DEBUG   LWIP_DBG_OFF

Enable TFTP debug messages.

Definition at line 57 of file tftp_opts.h.

#define TFTP_MAX_FILENAME_LEN   20

Max.

length of TFTP filename

Definition at line 92 of file tftp_opts.h.

#define TFTP_MAX_MODE_LEN   7

Max.

length of TFTP mode

Definition at line 99 of file tftp_opts.h.

#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.

#define TFTP_PORT   LWIP_IANA_PORT_TFTP

TFTP server port.

Definition at line 64 of file tftp_opts.h.

#define TFTP_TIMEOUT_MSECS   10000

TFTP timeout.

Definition at line 71 of file tftp_opts.h.

#define TFTP_TIMER_MSECS   (TFTP_TIMEOUT_MSECS / 10)

TFTP timer cyclic interval.

Definition at line 85 of file tftp_opts.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.