Trivial File Transfer Protocol (RFC 1350) implementation options. More...
Go to the source code of this file.
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... | |
Trivial File Transfer Protocol (RFC 1350) implementation options.
Copyright (c) Deltatee Enterprises Ltd. 2013 All rights reserved.
Definition in file tftp_opts.h.