Searched refs:IDLE_TIMEOUT (Results 1 – 4 of 4) sorted by relevance
44 for a specified IDLE_TIMEOUT, i.e., no new or pending (active) RPCs for this48 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.
129 #define IDLE_TIMEOUT 28 macro668 case IDLE_TIMEOUT: in print_attr_num()
83 IDLE_TIMEOUT = 2; // Runtime stopped an idle application. enumerator
136 const uint32_t IDLE_TIMEOUT = 90 * 1000; // 90 seconds; variable341 (TimeDiff32(m_lastrecv + IDLE_TIMEOUT, now) <= 0)) { in NotifyClock()