summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcurl/lib/tftp.h
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/cmcurl/lib/tftp.h')
-rw-r--r--Utilities/cmcurl/lib/tftp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Utilities/cmcurl/lib/tftp.h b/Utilities/cmcurl/lib/tftp.h
index 5d2d5da..12404bf 100644
--- a/Utilities/cmcurl/lib/tftp.h
+++ b/Utilities/cmcurl/lib/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 */