first attempt to implement SOCKS5 and proper HTTP proxy support. fixes #22

This commit is contained in:
Arvid Norberg
2007-04-25 18:26:35 +00:00
parent d9902d178f
commit 00948e9fc4
23 changed files with 278 additions and 118 deletions

View File

@@ -515,6 +515,7 @@ namespace libtorrent
, bind_infc
, c
, m_settings
, m_proxy
, auth);
}
else if (protocol == "udp")