aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-01-26 22:43:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-01-26 22:43:06 +0000
commit0516ce7786e9500c2e447d48aa9b3f24a6ca70f9 (patch)
treedfa3ecea7658d50e0cb11b77074a5ad21699a854 /include
parentbb86462ed77ac82667c91c93705210b67d739e6e (diff)
- Chad Monroe provided the new CURLOPT_TFTP_BLKSIZE option that allows an app
to set desired block size to use for TFTP transfers instead of the default 512 bytes.
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 830e8a1d8..0b9ec4aef 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -1159,6 +1159,9 @@ typedef enum {
disables the use of proxy. */
CINIT(NOPROXY, OBJECTPOINT, 177),
+ /* block size for TFTP transfers */
+ CINIT(TFTP_BLKSIZE, LONG, 178),
+
CURLOPT_LASTENTRY /* the last unused */
} CURLoption;