reduced max outbound connections from 15 to 8 --version 0.3 rc4

This commit is contained in:
s_nakamoto
2010-07-02 23:43:29 +00:00
parent e2bf701454
commit 64f9370691
6 changed files with 6 additions and 5 deletions

View File

@@ -204,7 +204,6 @@ void ThreadIRCSeed(void* parg)
else
strMyName = strprintf("x%u", GetRand(1000000000));
Send(hSocket, strprintf("NICK %s\r", strMyName.c_str()).c_str());
Send(hSocket, strprintf("USER %s 8 * : %s\r", strMyName.c_str(), strMyName.c_str()).c_str());