Go to the documentation of this file.
41 #ifndef LWIP_HDR_APPS_TFTP_OPTS_H
42 #define LWIP_HDR_APPS_TFTP_OPTS_H
55 #if !defined TFTP_DEBUG || defined __DOXYGEN__
56 #define TFTP_DEBUG LWIP_DBG_ON
62 #if !defined TFTP_PORT || defined __DOXYGEN__
69 #if !defined TFTP_TIMEOUT_MSECS || defined __DOXYGEN__
70 #define TFTP_TIMEOUT_MSECS 10000
76 #if !defined TFTP_MAX_RETRIES || defined __DOXYGEN__
77 #define TFTP_MAX_RETRIES 5
83 #if !defined TFTP_TIMER_MSECS || defined __DOXYGEN__
84 #define TFTP_TIMER_MSECS 50
90 #if !defined TFTP_MAX_FILENAME_LEN || defined __DOXYGEN__
91 #define TFTP_MAX_FILENAME_LEN 20
97 #if !defined TFTP_MAX_MODE_LEN || defined __DOXYGEN__
98 #define TFTP_MAX_MODE_LEN 7