|
|
|
@ -106,6 +106,12 @@ |
|
|
|
|
*/ |
|
|
|
|
#define GRPC_ARG_HTTP2_MIN_RECV_PING_INTERVAL_WITHOUT_DATA_MS \ |
|
|
|
|
"grpc.http2.min_ping_interval_without_data_ms" |
|
|
|
|
/** Maximum time to allow a request to be:
|
|
|
|
|
(1) received by the server, but |
|
|
|
|
(2) not requested by a RequestCall (in the completion queue based API) |
|
|
|
|
before the request is cancelled */ |
|
|
|
|
#define GRPC_ARG_SERVER_MAX_UNREQUESTED_TIME_IN_SERVER_SECONDS \ |
|
|
|
|
"grpc.server_max_unrequested_time_in_server" |
|
|
|
|
/** Channel arg to override the http2 :scheme header */ |
|
|
|
|
#define GRPC_ARG_HTTP2_SCHEME "grpc.http2_scheme" |
|
|
|
|
/** How many pings can the client send before needing to send a
|
|
|
|
|