Lines Matching refs:keepalive
3 The keepalive ping is a way to check if a channel is currently working by sending HTTP2 pings over …
5 This guide documents the knobs within gRPC core to control the current behavior of the keepalive pi…
7 The keepalive ping is controlled by two important channel arguments -
9 …* This channel argument controls the period (in milliseconds) after which a keepalive ping is sent…
11 …gument controls the amount of time (in milliseconds), the sender of the keepalive ping waits for a…
15 …* This channel argument if set to 1 (0 : false; 1 : true), allows keepalive pings to be sent even …
39 * When is the keepalive timer started?
40 * The keepalive timer is started when a transport is done connecting (after handshake).
41 * What happens when the keepalive timer fires?
42 …* When the keepalive timer fires, gRPC Core would try to send a keepalive ping on the transport. T…
46 …* If a keepalive ping is not blocked and is sent on the transport, then the keepalive watchdog tim…