diff options
Diffstat (limited to 'libs/libcurl/src/tftp.h')
-rw-r--r-- | libs/libcurl/src/tftp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/libcurl/src/tftp.h b/libs/libcurl/src/tftp.h index acdde26a68..47d0db76b6 100644 --- a/libs/libcurl/src/tftp.h +++ b/libs/libcurl/src/tftp.h @@ -25,6 +25,9 @@ ***************************************************************************/
#ifndef CURL_DISABLE_TFTP
extern const struct Curl_handler Curl_handler_tftp;
+
+#define TFTP_BLKSIZE_MIN 8
+#define TFTP_BLKSIZE_MAX 65464
#endif
#endif /* HEADER_CURL_TFTP_H */
|