back to 8, remove missed log

This commit is contained in:
janko33bd
2017-05-31 22:10:03 +02:00
parent 2e0c286a0f
commit d33b90ef4b
2 changed files with 1 additions and 3 deletions

View File

@@ -59,7 +59,7 @@
using namespace std;
namespace {
const int MAX_OUTBOUND_CONNECTIONS = 16;
const int MAX_OUTBOUND_CONNECTIONS = 8;
struct ListenSocket {
SOCKET socket;