support a separate option to use proxies for peers or not

This commit is contained in:
Arvid Norberg
2011-01-24 03:24:28 +00:00
parent 4602ff4b47
commit 9964b9cdb6
9 changed files with 60 additions and 34 deletions

View File

@@ -366,6 +366,8 @@ namespace aux {
TORRENT_SETTING(std_string, username)
TORRENT_SETTING(std_string, password)
TORRENT_SETTING(integer, type)
TORRENT_SETTING(boolean, proxy_hostnames)
TORRENT_SETTING(boolean, proxy_peer_connections)
};
#undef TORRENT_SETTING