Use configuration setting to decide whether to download the server list or directly connect to the server. Accept other server lists. Accept un'zlib'ed server lists. Use IPv6 address from server list if configured.

This commit is contained in:
lotodore
2008-05-10 15:47:48 +00:00
parent 8aad232ef2
commit b5c2399603
9 changed files with 80 additions and 64 deletions
+2 -1
View File
@@ -49,7 +49,8 @@ public:
// (i.e. after starting the thread).
void Init(
const std::string &serverAddress,
const std::string &alternateServerAddress,
const std::string &serverListUrl,
bool useServerList,
unsigned serverPort,
bool ipv6,
bool sctp,