Change max connections to 16
This commit is contained in:
@@ -48,8 +48,8 @@
|
||||
using namespace std;
|
||||
|
||||
namespace {
|
||||
const int MAX_OUTBOUND_CONNECTIONS = 4;
|
||||
const int MAX_INBOUND_FROMIP = 3;
|
||||
const int MAX_OUTBOUND_CONNECTIONS = 16;
|
||||
const int MAX_INBOUND_FROMIP = 5;
|
||||
|
||||
struct ListenSocket {
|
||||
SOCKET socket;
|
||||
|
||||
Reference in New Issue
Block a user