Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc94 static int g_default_max_ping_strikes = DEFAULT_MAX_PING_STRIKES; variable
269 &channel_args->args[i], {g_default_max_ping_strikes, 0, INT_MAX}); in read_channel_args()
398 t->ping_policy.max_ping_strikes = g_default_max_ping_strikes; in configure_transport_ping_policy()
2703 g_default_max_ping_strikes = grpc_channel_arg_get_integer( in grpc_chttp2_config_default_keepalive_args()
2704 &args->args[i], {g_default_max_ping_strikes, 0, INT_MAX}); in grpc_chttp2_config_default_keepalive_args()