diff options
author | dartraiden <wowemuh@gmail.com> | 2023-12-10 18:22:53 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2023-12-10 18:25:13 +0300 |
commit | 2ae0fc7299825cc561197d3f23c90e52ae8db58b (patch) | |
tree | 95fa8e7eb16cdff25b74d2d0ec033e667d4fd2c5 /libs/libcurl/src/tftp.h | |
parent | 76646f7a6d85fd5cdef2a610e0711bf4a9d8fdf3 (diff) |
libcurl: update to 8.5.0
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 */
|