"Local security connector uses TSI_SECURITY_NONE for LOCAL_TCP "
"connections.";
const char* const additional_constraints_local_connector_secure = "{}";
-const char* const description_max_age_filter_float_to_top =
- "If set, the max age filter is placed at the top of the stack.";
-const char* const additional_constraints_max_age_filter_float_to_top = "{}";
const char* const description_max_inflight_pings_strict_limit =
"If set, the max inflight pings limit is strictly enforced.";
const char* const additional_constraints_max_inflight_pings_strict_limit = "{}";
true},
{"local_connector_secure", description_local_connector_secure,
additional_constraints_local_connector_secure, nullptr, 0, false, true},
- {"max_age_filter_float_to_top", description_max_age_filter_float_to_top,
- additional_constraints_max_age_filter_float_to_top, nullptr, 0, true,
- true},
{"max_inflight_pings_strict_limit",
description_max_inflight_pings_strict_limit,
additional_constraints_max_inflight_pings_strict_limit, nullptr, 0, true,
"Local security connector uses TSI_SECURITY_NONE for LOCAL_TCP "
"connections.";
const char* const additional_constraints_local_connector_secure = "{}";
-const char* const description_max_age_filter_float_to_top =
- "If set, the max age filter is placed at the top of the stack.";
-const char* const additional_constraints_max_age_filter_float_to_top = "{}";
const char* const description_max_inflight_pings_strict_limit =
"If set, the max inflight pings limit is strictly enforced.";
const char* const additional_constraints_max_inflight_pings_strict_limit = "{}";
true},
{"local_connector_secure", description_local_connector_secure,
additional_constraints_local_connector_secure, nullptr, 0, false, true},
- {"max_age_filter_float_to_top", description_max_age_filter_float_to_top,
- additional_constraints_max_age_filter_float_to_top, nullptr, 0, true,
- true},
{"max_inflight_pings_strict_limit",
description_max_inflight_pings_strict_limit,
additional_constraints_max_inflight_pings_strict_limit, nullptr, 0, true,
"Local security connector uses TSI_SECURITY_NONE for LOCAL_TCP "
"connections.";
const char* const additional_constraints_local_connector_secure = "{}";
-const char* const description_max_age_filter_float_to_top =
- "If set, the max age filter is placed at the top of the stack.";
-const char* const additional_constraints_max_age_filter_float_to_top = "{}";
const char* const description_max_inflight_pings_strict_limit =
"If set, the max inflight pings limit is strictly enforced.";
const char* const additional_constraints_max_inflight_pings_strict_limit = "{}";
true},
{"local_connector_secure", description_local_connector_secure,
additional_constraints_local_connector_secure, nullptr, 0, false, true},
- {"max_age_filter_float_to_top", description_max_age_filter_float_to_top,
- additional_constraints_max_age_filter_float_to_top, nullptr, 0, true,
- true},
{"max_inflight_pings_strict_limit",
description_max_inflight_pings_strict_limit,
additional_constraints_max_inflight_pings_strict_limit, nullptr, 0, true,
inline bool IsGracefulExternalConnectionFailureEnabled() { return true; }
inline bool IsKeepAlivePingTimerBatchEnabled() { return false; }
inline bool IsLocalConnectorSecureEnabled() { return false; }
-#define GRPC_EXPERIMENT_IS_INCLUDED_MAX_AGE_FILTER_FLOAT_TO_TOP
-inline bool IsMaxAgeFilterFloatToTopEnabled() { return true; }
#define GRPC_EXPERIMENT_IS_INCLUDED_MAX_INFLIGHT_PINGS_STRICT_LIMIT
inline bool IsMaxInflightPingsStrictLimitEnabled() { return true; }
#define GRPC_EXPERIMENT_IS_INCLUDED_MONITORING_EXPERIMENT
inline bool IsGracefulExternalConnectionFailureEnabled() { return true; }
inline bool IsKeepAlivePingTimerBatchEnabled() { return false; }
inline bool IsLocalConnectorSecureEnabled() { return false; }
-#define GRPC_EXPERIMENT_IS_INCLUDED_MAX_AGE_FILTER_FLOAT_TO_TOP
-inline bool IsMaxAgeFilterFloatToTopEnabled() { return true; }
#define GRPC_EXPERIMENT_IS_INCLUDED_MAX_INFLIGHT_PINGS_STRICT_LIMIT
inline bool IsMaxInflightPingsStrictLimitEnabled() { return true; }
#define GRPC_EXPERIMENT_IS_INCLUDED_MONITORING_EXPERIMENT
inline bool IsGracefulExternalConnectionFailureEnabled() { return true; }
inline bool IsKeepAlivePingTimerBatchEnabled() { return false; }
inline bool IsLocalConnectorSecureEnabled() { return false; }
-#define GRPC_EXPERIMENT_IS_INCLUDED_MAX_AGE_FILTER_FLOAT_TO_TOP
-inline bool IsMaxAgeFilterFloatToTopEnabled() { return true; }
#define GRPC_EXPERIMENT_IS_INCLUDED_MAX_INFLIGHT_PINGS_STRICT_LIMIT
inline bool IsMaxInflightPingsStrictLimitEnabled() { return true; }
#define GRPC_EXPERIMENT_IS_INCLUDED_MONITORING_EXPERIMENT
kExperimentIdGracefulExternalConnectionFailure,
kExperimentIdKeepAlivePingTimerBatch,
kExperimentIdLocalConnectorSecure,
- kExperimentIdMaxAgeFilterFloatToTop,
kExperimentIdMaxInflightPingsStrictLimit,
kExperimentIdMonitoringExperiment,
kExperimentIdMultiping,
inline bool IsLocalConnectorSecureEnabled() {
return IsExperimentEnabled<kExperimentIdLocalConnectorSecure>();
}
-#define GRPC_EXPERIMENT_IS_INCLUDED_MAX_AGE_FILTER_FLOAT_TO_TOP
-inline bool IsMaxAgeFilterFloatToTopEnabled() {
- return IsExperimentEnabled<kExperimentIdMaxAgeFilterFloatToTop>();
-}
#define GRPC_EXPERIMENT_IS_INCLUDED_MAX_INFLIGHT_PINGS_STRICT_LIMIT
inline bool IsMaxInflightPingsStrictLimitEnabled() {
return IsExperimentEnabled<kExperimentIdMaxInflightPingsStrictLimit>();