We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b5b718 commit 79835bcCopy full SHA for 79835bc
1 file changed
src/net.cpp
@@ -61,7 +61,7 @@ using namespace std;
61
62
namespace
63
{
64
-const int MAX_OUTBOUND_CONNECTIONS = 64;
+const int MAX_OUTBOUND_CONNECTIONS = 16;
65
66
struct ListenSocket {
67
SOCKET socket;
0 commit comments