Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/end2end/tests/
Dkeepalive_timeout.cc102 grpc_arg keepalive_arg_elems[3]; in test_keepalive_timeout() local
103 keepalive_arg_elems[0].type = GRPC_ARG_INTEGER; in test_keepalive_timeout()
104 keepalive_arg_elems[0].key = const_cast<char*>(GRPC_ARG_KEEPALIVE_TIME_MS); in test_keepalive_timeout()
105 keepalive_arg_elems[0].value.integer = 3500; in test_keepalive_timeout()
106 keepalive_arg_elems[1].type = GRPC_ARG_INTEGER; in test_keepalive_timeout()
107 keepalive_arg_elems[1].key = const_cast<char*>(GRPC_ARG_KEEPALIVE_TIMEOUT_MS); in test_keepalive_timeout()
108 keepalive_arg_elems[1].value.integer = 0; in test_keepalive_timeout()
109 keepalive_arg_elems[2].type = GRPC_ARG_INTEGER; in test_keepalive_timeout()
110 keepalive_arg_elems[2].key = const_cast<char*>(GRPC_ARG_HTTP2_BDP_PROBE); in test_keepalive_timeout()
111 keepalive_arg_elems[2].value.integer = 0; in test_keepalive_timeout()
[all …]