Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc232 bool enable_bdp = true; in read_channel_args() local
285 enable_bdp = grpc_channel_arg_get_bool(&channel_args->args[i], true); in read_channel_args()
371 return enable_bdp; in read_channel_args()
476 bool enable_bdp = true; in grpc_chttp2_transport() local
478 enable_bdp = read_channel_args(this, channel_args, is_client); in grpc_chttp2_transport()
483 enable_bdp); in grpc_chttp2_transport()
486 enable_bdp = false; in grpc_chttp2_transport()
499 if (enable_bdp) { in grpc_chttp2_transport()