THRIFT-1335: Add accept timeout to TServerSocket

Client: cpp
Patch: Dave Watson

FIX: add accTimout_ Initialization to DomainSocket Constructor

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1197523 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Roger Meier 2011-11-04 11:55:49 +00:00
parent df971daf37
commit 17b8469d16

View File

@ -110,6 +110,7 @@ TServerSocket::TServerSocket(string path) :
acceptBacklog_(1024),
sendTimeout_(0),
recvTimeout_(0),
accTimeout_(-1),
retryLimit_(0),
retryDelay_(0),
tcpSendBuffer_(0),