Home
last modified time | relevance | path

Searched defs:maxRecvRetries (Results 1 – 2 of 2) sorted by relevance

/thrift-3.4.0/lib/d/src/thrift/transport/
Dsocket.d412 ushort maxRecvRetries() @property const { in maxRecvRetries() function
417 void maxRecvRetries(ushort value) @property { in maxRecvRetries() function
/thrift-3.4.0/lib/cpp/src/thrift/transport/
DTSocket.cpp823 void TSocket::setMaxRecvRetries(int maxRecvRetries) { in setMaxRecvRetries()