aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-06-15 21:00:54 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-06-15 21:00:54 +0000
commite54e0c78778f6844b067c8d6a4e5d57069e088ae (patch)
tree10cf95c92dbe96baa18f8670fe1f037a791e4053 /lib/urldata.h
parent5cb06d8fd6e917e118fa039cf02017d6c903a145 (diff)
CURLOPT_BUFFERSIZE allows an application to set a prefered buffer size
for receiving data from the network. It is meant as a hint, not as a forced limit.
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 161cc0004..cb0e3dec9 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -631,6 +631,7 @@ struct UserDefined {
struct ssl_config_data ssl; /* user defined SSL stuff */
int dns_cache_timeout; /* DNS cache timeout */
+ long buffer_size; /* size of receive buffer to use */
/* Here follows boolean settings that define how to behave during
this session. They are STATIC, set by libcurl users or at least initially