SOCKS5 support added (contributed by a still unnamed person). Not properly

working for "IPv6 enabled" libcurls yet, but should be pretty easy for
someone to adjust.
This commit is contained in:
Daniel Stenberg
2002-08-30 09:20:11 +00:00
parent ac285b453e
commit 8aa3f14303
5 changed files with 221 additions and 2 deletions

View File

@@ -645,6 +645,8 @@ struct UserDefined {
char *krb4_level; /* what security level */
struct ssl_config_data ssl; /* user defined SSL stuff */
curl_proxytype proxytype; /* what kind of proxy that is in use */
int dns_cache_timeout; /* DNS cache timeout */
long buffer_size; /* size of receive buffer to use */