Trying to fix SIGPIPE issue on server (linux).

This commit is contained in:
lotodore
2007-10-30 13:03:17 +00:00
parent aac9bcb54b
commit b89ce1d67f
4 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
using namespace std;
#define SEND_ERROR_TIMEOUT_MSEC 2000
#define SEND_ERROR_TIMEOUT_MSEC 20000
SenderThread::SenderThread(SenderCallback &cb)
: m_tmpOutBufSize(0), m_callback(cb)