diff options
Diffstat (limited to 'src/connectionmanager.cpp')
| -rw-r--r-- | src/connectionmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connectionmanager.cpp b/src/connectionmanager.cpp index 8b62026..3e9f1a8 100644 --- a/src/connectionmanager.cpp +++ b/src/connectionmanager.cpp | |||
| @@ -77,7 +77,7 @@ bool ConnectionManager::startServer( int nPort ) | |||
| 77 | return false; | 77 | return false; |
| 78 | } | 78 | } |
| 79 | 79 | ||
| 80 | if (listen (nMasterSocket, 1) < 0) | 80 | if (listen (nMasterSocket, 40) < 0) |
| 81 | { | 81 | { |
| 82 | xLog.LineLog( MultiLog::LError, "Couldn't begin listening to the server socket."); | 82 | xLog.LineLog( MultiLog::LError, "Couldn't begin listening to the server socket."); |
| 83 | return false; | 83 | return false; |
