From e54e0c78778f6844b067c8d6a4e5d57069e088ae Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 15 Jun 2002 21:00:54 +0000 Subject: 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. --- lib/urldata.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/urldata.h') 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 -- cgit v1.2.3