|
|
|
@ -130,6 +130,9 @@ const char* const description_call_status_override_on_cancellation = |
|
|
|
|
"with cancellation."; |
|
|
|
|
const char* const additional_constraints_call_status_override_on_cancellation = |
|
|
|
|
"{}"; |
|
|
|
|
const char* const description_settings_timeout = |
|
|
|
|
"If set, use the settings timeout to send settings frame to the peer."; |
|
|
|
|
const char* const additional_constraints_settings_timeout = "{}"; |
|
|
|
|
const char* const description_work_serializer_clears_time_cache = |
|
|
|
|
"Have the work serializer clear the time cache when it dispatches work."; |
|
|
|
|
const char* const additional_constraints_work_serializer_clears_time_cache = |
|
|
|
@ -224,6 +227,8 @@ const ExperimentMetadata g_experiment_metadata[] = { |
|
|
|
|
description_call_status_override_on_cancellation, |
|
|
|
|
additional_constraints_call_status_override_on_cancellation, |
|
|
|
|
kDefaultForDebugOnly, true}, |
|
|
|
|
{"settings_timeout", description_settings_timeout, |
|
|
|
|
additional_constraints_settings_timeout, true, true}, |
|
|
|
|
{"work_serializer_clears_time_cache", |
|
|
|
|
description_work_serializer_clears_time_cache, |
|
|
|
|
additional_constraints_work_serializer_clears_time_cache, true, true}, |
|
|
|
@ -351,6 +356,9 @@ const char* const description_call_status_override_on_cancellation = |
|
|
|
|
"with cancellation."; |
|
|
|
|
const char* const additional_constraints_call_status_override_on_cancellation = |
|
|
|
|
"{}"; |
|
|
|
|
const char* const description_settings_timeout = |
|
|
|
|
"If set, use the settings timeout to send settings frame to the peer."; |
|
|
|
|
const char* const additional_constraints_settings_timeout = "{}"; |
|
|
|
|
const char* const description_work_serializer_clears_time_cache = |
|
|
|
|
"Have the work serializer clear the time cache when it dispatches work."; |
|
|
|
|
const char* const additional_constraints_work_serializer_clears_time_cache = |
|
|
|
@ -445,6 +453,8 @@ const ExperimentMetadata g_experiment_metadata[] = { |
|
|
|
|
description_call_status_override_on_cancellation, |
|
|
|
|
additional_constraints_call_status_override_on_cancellation, |
|
|
|
|
kDefaultForDebugOnly, true}, |
|
|
|
|
{"settings_timeout", description_settings_timeout, |
|
|
|
|
additional_constraints_settings_timeout, true, true}, |
|
|
|
|
{"work_serializer_clears_time_cache", |
|
|
|
|
description_work_serializer_clears_time_cache, |
|
|
|
|
additional_constraints_work_serializer_clears_time_cache, true, true}, |
|
|
|
@ -572,6 +582,9 @@ const char* const description_call_status_override_on_cancellation = |
|
|
|
|
"with cancellation."; |
|
|
|
|
const char* const additional_constraints_call_status_override_on_cancellation = |
|
|
|
|
"{}"; |
|
|
|
|
const char* const description_settings_timeout = |
|
|
|
|
"If set, use the settings timeout to send settings frame to the peer."; |
|
|
|
|
const char* const additional_constraints_settings_timeout = "{}"; |
|
|
|
|
const char* const description_work_serializer_clears_time_cache = |
|
|
|
|
"Have the work serializer clear the time cache when it dispatches work."; |
|
|
|
|
const char* const additional_constraints_work_serializer_clears_time_cache = |
|
|
|
@ -666,6 +679,8 @@ const ExperimentMetadata g_experiment_metadata[] = { |
|
|
|
|
description_call_status_override_on_cancellation, |
|
|
|
|
additional_constraints_call_status_override_on_cancellation, |
|
|
|
|
kDefaultForDebugOnly, true}, |
|
|
|
|
{"settings_timeout", description_settings_timeout, |
|
|
|
|
additional_constraints_settings_timeout, true, true}, |
|
|
|
|
{"work_serializer_clears_time_cache", |
|
|
|
|
description_work_serializer_clears_time_cache, |
|
|
|
|
additional_constraints_work_serializer_clears_time_cache, true, true}, |
|
|
|
|