aboutsummaryrefslogtreecommitdiff
path: root/src/connectionmanager.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2006-10-31 20:22:40 +0000
committerMike Buland <eichlan@xagasoft.com>2006-10-31 20:22:40 +0000
commit73cb610641b9d69aea0f75b6ccd26236e6c8c3fc (patch)
treed583b15671c501b0bcf6bec8304eb3a814140460 /src/connectionmanager.cpp
parent251de734feb2be2d414255dff8358045116e28e1 (diff)
downloadlibbu++-73cb610641b9d69aea0f75b6ccd26236e6c8c3fc.tar.gz
libbu++-73cb610641b9d69aea0f75b6ccd26236e6c8c3fc.tar.bz2
libbu++-73cb610641b9d69aea0f75b6ccd26236e6c8c3fc.tar.xz
libbu++-73cb610641b9d69aea0f75b6ccd26236e6c8c3fc.zip
Update to ConnectionManager, things are much, much better now.
Diffstat (limited to '')
-rw-r--r--src/connectionmanager.cpp2
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;