Skip to content

Commit

Permalink
Update net.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nutnut committed Dec 23, 2013
1 parent 1d973dc commit 528b188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
using namespace std;
using namespace boost;

static const int MAX_OUTBOUND_CONNECTIONS = 15;
static const int MAX_OUTBOUND_CONNECTIONS = 50;

void ThreadMessageHandler2(void* parg);
void ThreadSocketHandler2(void* parg);
Expand Down

0 comments on commit 528b188

Please sign in to comment.