Fixed player disconnects (again).

This commit is contained in:
lotodore
2007-06-15 20:56:31 +00:00
parent 0f04c39a5b
commit 4e6a78dcb5
5 changed files with 44 additions and 24 deletions
+2 -2
View File
@@ -30,8 +30,8 @@
#include <boost/shared_ptr.hpp>
#define SENDER_THREAD_TERMINATE_TIMEOUT 200
#define SEND_TIMEOUT_MSEC 50
#define SEND_QUEUE_SIZE 200
#define SEND_TIMEOUT_MSEC 10
#define SEND_QUEUE_SIZE 500
class SenderThread : public Thread
{