summaryrefslogtreecommitdiff
path: root/lib/tftp.h
diff options
context:
space:
mode:
authorSeonah Moon <seonah1.moon@samsung.com>2024-01-02 20:07:54 +0900
committerSeonah Moon <seonah1.moon@samsung.com>2024-01-02 20:37:43 +0900
commitaf71747bfb8e0dfb8b2870e30d720ce10b839814 (patch)
treedfd86789c7a44fccf1847280213d4ff10e41cc06 /lib/tftp.h
parentb16a7a56e08377965863acf50afb7d91f32ba995 (diff)
downloadcurl-upstream.tar.gz
curl-upstream.tar.bz2
curl-upstream.zip
Imported Upstream version 8.5.0upstream/8.5.0upstream
Change-Id: I8f77c680623836749aba616cecd0390fc34b0c3c
Diffstat (limited to 'lib/tftp.h')
-rw-r--r--lib/tftp.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/tftp.h b/lib/tftp.h
index 3f1fda638..12404bf6d 100644
--- a/lib/tftp.h
+++ b/lib/tftp.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -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 */