aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-06-15 21:06:17 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-06-15 21:06:17 +0000
commit23262e30bcb0558a8d61297e229de8161f103a22 (patch)
tree108ce5846d7ea9ad68264f79a819fe4ef007012c /include
parent8b4ad40ed6421a73be58903fd69f7b425021510b (diff)
Added CURLOPT_BUFFERSIZE
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 c616466dc..efbeefbce 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -558,6 +558,9 @@ typedef enum {
/* The CApath directory used to validate the peer certificate
this option is used only if SSL_VERIFYPEER is true */
CINIT(CAPATH, OBJECTPOINT, 97),
+
+ /* Instruct libcurl to use a smaller receive buffer */
+ CINIT(BUFFERSIZE, LONG, 98),
CURLOPT_LASTENTRY /* the last unusued */
} CURLoption;