@ -97,6 +97,10 @@ const char* const description_keepalive_fix =
" Allows overriding keepalive_permit_without_calls. Refer "
" Allows overriding keepalive_permit_without_calls. Refer "
" https://github.com/grpc/grpc/pull/33428 for more information. " ;
" https://github.com/grpc/grpc/pull/33428 for more information. " ;
const char * const additional_constraints_keepalive_fix = " {} " ;
const char * const additional_constraints_keepalive_fix = " {} " ;
const char * const description_keepalive_server_fix =
" Allows overriding keepalive_permit_without_calls for servers. Refer "
" https://github.com/grpc/grpc/pull/33917 for more information. " ;
const char * const additional_constraints_keepalive_server_fix = " {} " ;
# ifdef NDEBUG
# ifdef NDEBUG
const bool kDefaultForDebugOnly = false ;
const bool kDefaultForDebugOnly = false ;
# else
# else
@ -152,6 +156,8 @@ const ExperimentMetadata g_experiment_metadata[] = {
additional_constraints_unique_metadata_strings , false , true } ,
additional_constraints_unique_metadata_strings , false , true } ,
{ " keepalive_fix " , description_keepalive_fix ,
{ " keepalive_fix " , description_keepalive_fix ,
additional_constraints_keepalive_fix , false , false } ,
additional_constraints_keepalive_fix , false , false } ,
{ " keepalive_server_fix " , description_keepalive_server_fix ,
additional_constraints_keepalive_server_fix , false , false } ,
} ;
} ;
} // namespace grpc_core
} // namespace grpc_core
@ -233,6 +239,10 @@ const char* const description_keepalive_fix =
" Allows overriding keepalive_permit_without_calls. Refer "
" Allows overriding keepalive_permit_without_calls. Refer "
" https://github.com/grpc/grpc/pull/33428 for more information. " ;
" https://github.com/grpc/grpc/pull/33428 for more information. " ;
const char * const additional_constraints_keepalive_fix = " {} " ;
const char * const additional_constraints_keepalive_fix = " {} " ;
const char * const description_keepalive_server_fix =
" Allows overriding keepalive_permit_without_calls for servers. Refer "
" https://github.com/grpc/grpc/pull/33917 for more information. " ;
const char * const additional_constraints_keepalive_server_fix = " {} " ;
# ifdef NDEBUG
# ifdef NDEBUG
const bool kDefaultForDebugOnly = false ;
const bool kDefaultForDebugOnly = false ;
# else
# else
@ -288,6 +298,8 @@ const ExperimentMetadata g_experiment_metadata[] = {
additional_constraints_unique_metadata_strings , false , true } ,
additional_constraints_unique_metadata_strings , false , true } ,
{ " keepalive_fix " , description_keepalive_fix ,
{ " keepalive_fix " , description_keepalive_fix ,
additional_constraints_keepalive_fix , false , false } ,
additional_constraints_keepalive_fix , false , false } ,
{ " keepalive_server_fix " , description_keepalive_server_fix ,
additional_constraints_keepalive_server_fix , false , false } ,
} ;
} ;
} // namespace grpc_core
} // namespace grpc_core
@ -369,6 +381,10 @@ const char* const description_keepalive_fix =
" Allows overriding keepalive_permit_without_calls. Refer "
" Allows overriding keepalive_permit_without_calls. Refer "
" https://github.com/grpc/grpc/pull/33428 for more information. " ;
" https://github.com/grpc/grpc/pull/33428 for more information. " ;
const char * const additional_constraints_keepalive_fix = " {} " ;
const char * const additional_constraints_keepalive_fix = " {} " ;
const char * const description_keepalive_server_fix =
" Allows overriding keepalive_permit_without_calls for servers. Refer "
" https://github.com/grpc/grpc/pull/33917 for more information. " ;
const char * const additional_constraints_keepalive_server_fix = " {} " ;
# ifdef NDEBUG
# ifdef NDEBUG
const bool kDefaultForDebugOnly = false ;
const bool kDefaultForDebugOnly = false ;
# else
# else
@ -424,6 +440,8 @@ const ExperimentMetadata g_experiment_metadata[] = {
additional_constraints_unique_metadata_strings , false , true } ,
additional_constraints_unique_metadata_strings , false , true } ,
{ " keepalive_fix " , description_keepalive_fix ,
{ " keepalive_fix " , description_keepalive_fix ,
additional_constraints_keepalive_fix , false , false } ,
additional_constraints_keepalive_fix , false , false } ,
{ " keepalive_server_fix " , description_keepalive_server_fix ,
additional_constraints_keepalive_server_fix , false , false } ,
} ;
} ;
} // namespace grpc_core
} // namespace grpc_core