Home
last modified time | relevance | path

Searched refs:IDLE_TIMEOUT (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/doc/
Dconnectivity-semantics-and-api.md44 for a specified IDLE_TIMEOUT, i.e., no new or pending (active) RPCs for this
48 to shed connections. We will use a default IDLE_TIMEOUT of 300 seconds (5 minutes).
75 <td>No RPC activity on channel for IDLE_TIMEOUT</td>
84 …<td>No RPC activity on channel for IDLE_TIMEOUT <br>OR<br>upon receiving a GOAWAY while there are …
121 act as if an RPC occurred, so it should also reset IDLE_TIMEOUT.
/external/tcpdump/
Dprint-radius.c129 #define IDLE_TIMEOUT 28 macro
668 case IDLE_TIMEOUT: in print_attr_num()
/external/webrtc/webrtc/p2p/base/
Dpseudotcp.cc135 const uint32_t IDLE_TIMEOUT = 90 * 1000; // 90 seconds; variable
345 if ((m_state == TCP_ESTABLISHED) && (TimeDiff(m_lastrecv + IDLE_TIMEOUT, now) <= 0)) { in NotifyClock()