| 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... | |
| #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 | 
| #define TFTP_MAX_MODE_LEN 7 | 
| #define TFTP_MAX_RETRIES 5 | 
| #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.