maybe *now* 1.30 is feature complete: by popular demand, add proxy support for SOCKS4/SOCKS5. This will break the mac build temporarily.

This commit is contained in:
Charles Kerr
2008-06-11 20:45:53 +00:00
parent 9d793846c0
commit af8e44a5e7
9 changed files with 114 additions and 64 deletions

View File

@@ -203,6 +203,7 @@ session_init( const char * configDir, const char * downloadDir,
TRUE, rpcPort, acl, authRequired, username, password,
TR_DEFAULT_PROXY_ENABLED,
TR_DEFAULT_PROXY,
TR_DEFAULT_PROXY_TYPE,
TR_DEFAULT_PROXY_AUTH_ENABLED,
TR_DEFAULT_PROXY_USERNAME,
TR_DEFAULT_PROXY_PASSWORD );