|
|
|
@ -41,6 +41,9 @@ const char* const additional_constraints_chttp2_batch_requests = "{}"; |
|
|
|
|
const char* const description_chttp2_offload_on_rst_stream = |
|
|
|
|
"Offload work on RST_STREAM."; |
|
|
|
|
const char* const additional_constraints_chttp2_offload_on_rst_stream = "{}"; |
|
|
|
|
const char* const description_client_idleness = |
|
|
|
|
"If enabled, client channel idleness is enabled by default."; |
|
|
|
|
const char* const additional_constraints_client_idleness = "{}"; |
|
|
|
|
const char* const description_client_privacy = "If set, client privacy"; |
|
|
|
|
const char* const additional_constraints_client_privacy = "{}"; |
|
|
|
|
const char* const description_combiner_offload_to_event_engine = |
|
|
|
@ -188,6 +191,8 @@ const ExperimentMetadata g_experiment_metadata[] = { |
|
|
|
|
additional_constraints_chttp2_batch_requests, true, true}, |
|
|
|
|
{"chttp2_offload_on_rst_stream", description_chttp2_offload_on_rst_stream, |
|
|
|
|
additional_constraints_chttp2_offload_on_rst_stream, true, true}, |
|
|
|
|
{"client_idleness", description_client_idleness, |
|
|
|
|
additional_constraints_client_idleness, true, true}, |
|
|
|
|
{"client_privacy", description_client_privacy, |
|
|
|
|
additional_constraints_client_privacy, false, false}, |
|
|
|
|
{"combiner_offload_to_event_engine", |
|
|
|
@ -283,6 +288,9 @@ const char* const additional_constraints_chttp2_batch_requests = "{}"; |
|
|
|
|
const char* const description_chttp2_offload_on_rst_stream = |
|
|
|
|
"Offload work on RST_STREAM."; |
|
|
|
|
const char* const additional_constraints_chttp2_offload_on_rst_stream = "{}"; |
|
|
|
|
const char* const description_client_idleness = |
|
|
|
|
"If enabled, client channel idleness is enabled by default."; |
|
|
|
|
const char* const additional_constraints_client_idleness = "{}"; |
|
|
|
|
const char* const description_client_privacy = "If set, client privacy"; |
|
|
|
|
const char* const additional_constraints_client_privacy = "{}"; |
|
|
|
|
const char* const description_combiner_offload_to_event_engine = |
|
|
|
@ -430,6 +438,8 @@ const ExperimentMetadata g_experiment_metadata[] = { |
|
|
|
|
additional_constraints_chttp2_batch_requests, true, true}, |
|
|
|
|
{"chttp2_offload_on_rst_stream", description_chttp2_offload_on_rst_stream, |
|
|
|
|
additional_constraints_chttp2_offload_on_rst_stream, true, true}, |
|
|
|
|
{"client_idleness", description_client_idleness, |
|
|
|
|
additional_constraints_client_idleness, true, true}, |
|
|
|
|
{"client_privacy", description_client_privacy, |
|
|
|
|
additional_constraints_client_privacy, false, false}, |
|
|
|
|
{"combiner_offload_to_event_engine", |
|
|
|
@ -525,6 +535,9 @@ const char* const additional_constraints_chttp2_batch_requests = "{}"; |
|
|
|
|
const char* const description_chttp2_offload_on_rst_stream = |
|
|
|
|
"Offload work on RST_STREAM."; |
|
|
|
|
const char* const additional_constraints_chttp2_offload_on_rst_stream = "{}"; |
|
|
|
|
const char* const description_client_idleness = |
|
|
|
|
"If enabled, client channel idleness is enabled by default."; |
|
|
|
|
const char* const additional_constraints_client_idleness = "{}"; |
|
|
|
|
const char* const description_client_privacy = "If set, client privacy"; |
|
|
|
|
const char* const additional_constraints_client_privacy = "{}"; |
|
|
|
|
const char* const description_combiner_offload_to_event_engine = |
|
|
|
@ -672,6 +685,8 @@ const ExperimentMetadata g_experiment_metadata[] = { |
|
|
|
|
additional_constraints_chttp2_batch_requests, true, true}, |
|
|
|
|
{"chttp2_offload_on_rst_stream", description_chttp2_offload_on_rst_stream, |
|
|
|
|
additional_constraints_chttp2_offload_on_rst_stream, true, true}, |
|
|
|
|
{"client_idleness", description_client_idleness, |
|
|
|
|
additional_constraints_client_idleness, true, true}, |
|
|
|
|
{"client_privacy", description_client_privacy, |
|
|
|
|
additional_constraints_client_privacy, false, false}, |
|
|
|
|
{"combiner_offload_to_event_engine", |
|
|
|
|