UbixOS V2
2.0
|
Macros | |
#define | TFTP_DEBUG LWIP_DBG_ON |
#define | TFTP_MAX_FILENAME_LEN 20 |
#define | TFTP_MAX_MODE_LEN 7 |
#define | TFTP_MAX_RETRIES 5 |
#define | TFTP_PORT 69 |
#define | TFTP_TIMEOUT_MSECS 10000 |
#define | TFTP_TIMER_MSECS 50 |
#define TFTP_DEBUG LWIP_DBG_ON |
Enable TFTP debug messages
Definition at line 56 of file tftp_opts.h.
#define TFTP_MAX_FILENAME_LEN 20 |
Max. length of TFTP filename
Definition at line 91 of file tftp_opts.h.
#define TFTP_MAX_MODE_LEN 7 |
Max. length of TFTP mode
Definition at line 98 of file tftp_opts.h.
#define TFTP_MAX_RETRIES 5 |
Max. number of retries when a file is read from server
Definition at line 77 of file tftp_opts.h.
#define TFTP_PORT 69 |
TFTP server port
Definition at line 63 of file tftp_opts.h.
#define TFTP_TIMEOUT_MSECS 10000 |
TFTP timeout
Definition at line 70 of file tftp_opts.h.
#define TFTP_TIMER_MSECS 50 |
TFTP timer cyclic interval
Definition at line 84 of file tftp_opts.h.