@@ -29,15 +29,10 @@ const char* const additional_constraints_backoff_cap_initial_at_max = "{}";
29
29
const char * const description_call_tracer_in_transport =
30
30
" Transport directly passes byte counts to CallTracer." ;
31
31
const char * const additional_constraints_call_tracer_in_transport = " {}" ;
32
- const char * const description_canary_client_privacy =
33
- " If set, canary client privacy" ;
34
- const char * const additional_constraints_canary_client_privacy = " {}" ;
35
32
const char * const description_chaotic_good_legacy_protocol =
36
33
" If set, use the first version of the chaotic-good protocol when that "
37
34
" protocol is enabled." ;
38
35
const char * const additional_constraints_chaotic_good_legacy_protocol = " {}" ;
39
- const char * const description_client_privacy = " If set, client privacy" ;
40
- const char * const additional_constraints_client_privacy = " {}" ;
41
36
const char * const description_disable_buffer_hint_on_high_memory_pressure =
42
37
" Disable buffer hint flag parsing in the transport under high memory "
43
38
" pressure." ;
@@ -118,8 +113,6 @@ const char* const description_schedule_cancellation_over_write =
118
113
" Allow cancellation op to be scheduled over a write" ;
119
114
const char * const additional_constraints_schedule_cancellation_over_write =
120
115
" {}" ;
121
- const char * const description_server_privacy = " If set, server privacy" ;
122
- const char * const additional_constraints_server_privacy = " {}" ;
123
116
const char * const description_tcp_frame_size_tuning =
124
117
" If set, enables TCP to use RPC size estimation made by higher layers. TCP "
125
118
" would not indicate completion of a read operation until a specified "
@@ -154,13 +147,9 @@ const ExperimentMetadata g_experiment_metadata[] = {
154
147
additional_constraints_backoff_cap_initial_at_max, nullptr , 0 , true , true },
155
148
{" call_tracer_in_transport" , description_call_tracer_in_transport,
156
149
additional_constraints_call_tracer_in_transport, nullptr , 0 , true , true },
157
- {" canary_client_privacy" , description_canary_client_privacy,
158
- additional_constraints_canary_client_privacy, nullptr , 0 , false , false },
159
150
{" chaotic_good_legacy_protocol" , description_chaotic_good_legacy_protocol,
160
151
additional_constraints_chaotic_good_legacy_protocol, nullptr , 0 , false ,
161
152
true },
162
- {" client_privacy" , description_client_privacy,
163
- additional_constraints_client_privacy, nullptr , 0 , false , false },
164
153
{" disable_buffer_hint_on_high_memory_pressure" ,
165
154
description_disable_buffer_hint_on_high_memory_pressure,
166
155
additional_constraints_disable_buffer_hint_on_high_memory_pressure,
@@ -218,8 +207,6 @@ const ExperimentMetadata g_experiment_metadata[] = {
218
207
description_schedule_cancellation_over_write,
219
208
additional_constraints_schedule_cancellation_over_write, nullptr , 0 , false ,
220
209
true },
221
- {" server_privacy" , description_server_privacy,
222
- additional_constraints_server_privacy, nullptr , 0 , false , false },
223
210
{" tcp_frame_size_tuning" , description_tcp_frame_size_tuning,
224
211
additional_constraints_tcp_frame_size_tuning, nullptr , 0 , false , true },
225
212
{" tcp_rcv_lowat" , description_tcp_rcv_lowat,
@@ -246,15 +233,10 @@ const char* const additional_constraints_backoff_cap_initial_at_max = "{}";
246
233
const char * const description_call_tracer_in_transport =
247
234
" Transport directly passes byte counts to CallTracer." ;
248
235
const char * const additional_constraints_call_tracer_in_transport = " {}" ;
249
- const char * const description_canary_client_privacy =
250
- " If set, canary client privacy" ;
251
- const char * const additional_constraints_canary_client_privacy = " {}" ;
252
236
const char * const description_chaotic_good_legacy_protocol =
253
237
" If set, use the first version of the chaotic-good protocol when that "
254
238
" protocol is enabled." ;
255
239
const char * const additional_constraints_chaotic_good_legacy_protocol = " {}" ;
256
- const char * const description_client_privacy = " If set, client privacy" ;
257
- const char * const additional_constraints_client_privacy = " {}" ;
258
240
const char * const description_disable_buffer_hint_on_high_memory_pressure =
259
241
" Disable buffer hint flag parsing in the transport under high memory "
260
242
" pressure." ;
@@ -335,8 +317,6 @@ const char* const description_schedule_cancellation_over_write =
335
317
" Allow cancellation op to be scheduled over a write" ;
336
318
const char * const additional_constraints_schedule_cancellation_over_write =
337
319
" {}" ;
338
- const char * const description_server_privacy = " If set, server privacy" ;
339
- const char * const additional_constraints_server_privacy = " {}" ;
340
320
const char * const description_tcp_frame_size_tuning =
341
321
" If set, enables TCP to use RPC size estimation made by higher layers. TCP "
342
322
" would not indicate completion of a read operation until a specified "
@@ -371,13 +351,9 @@ const ExperimentMetadata g_experiment_metadata[] = {
371
351
additional_constraints_backoff_cap_initial_at_max, nullptr , 0 , true , true },
372
352
{" call_tracer_in_transport" , description_call_tracer_in_transport,
373
353
additional_constraints_call_tracer_in_transport, nullptr , 0 , true , true },
374
- {" canary_client_privacy" , description_canary_client_privacy,
375
- additional_constraints_canary_client_privacy, nullptr , 0 , false , false },
376
354
{" chaotic_good_legacy_protocol" , description_chaotic_good_legacy_protocol,
377
355
additional_constraints_chaotic_good_legacy_protocol, nullptr , 0 , false ,
378
356
true },
379
- {" client_privacy" , description_client_privacy,
380
- additional_constraints_client_privacy, nullptr , 0 , false , false },
381
357
{" disable_buffer_hint_on_high_memory_pressure" ,
382
358
description_disable_buffer_hint_on_high_memory_pressure,
383
359
additional_constraints_disable_buffer_hint_on_high_memory_pressure,
@@ -435,8 +411,6 @@ const ExperimentMetadata g_experiment_metadata[] = {
435
411
description_schedule_cancellation_over_write,
436
412
additional_constraints_schedule_cancellation_over_write, nullptr , 0 , false ,
437
413
true },
438
- {" server_privacy" , description_server_privacy,
439
- additional_constraints_server_privacy, nullptr , 0 , false , false },
440
414
{" tcp_frame_size_tuning" , description_tcp_frame_size_tuning,
441
415
additional_constraints_tcp_frame_size_tuning, nullptr , 0 , false , true },
442
416
{" tcp_rcv_lowat" , description_tcp_rcv_lowat,
@@ -463,15 +437,10 @@ const char* const additional_constraints_backoff_cap_initial_at_max = "{}";
463
437
const char * const description_call_tracer_in_transport =
464
438
" Transport directly passes byte counts to CallTracer." ;
465
439
const char * const additional_constraints_call_tracer_in_transport = " {}" ;
466
- const char * const description_canary_client_privacy =
467
- " If set, canary client privacy" ;
468
- const char * const additional_constraints_canary_client_privacy = " {}" ;
469
440
const char * const description_chaotic_good_legacy_protocol =
470
441
" If set, use the first version of the chaotic-good protocol when that "
471
442
" protocol is enabled." ;
472
443
const char * const additional_constraints_chaotic_good_legacy_protocol = " {}" ;
473
- const char * const description_client_privacy = " If set, client privacy" ;
474
- const char * const additional_constraints_client_privacy = " {}" ;
475
444
const char * const description_disable_buffer_hint_on_high_memory_pressure =
476
445
" Disable buffer hint flag parsing in the transport under high memory "
477
446
" pressure." ;
@@ -552,8 +521,6 @@ const char* const description_schedule_cancellation_over_write =
552
521
" Allow cancellation op to be scheduled over a write" ;
553
522
const char * const additional_constraints_schedule_cancellation_over_write =
554
523
" {}" ;
555
- const char * const description_server_privacy = " If set, server privacy" ;
556
- const char * const additional_constraints_server_privacy = " {}" ;
557
524
const char * const description_tcp_frame_size_tuning =
558
525
" If set, enables TCP to use RPC size estimation made by higher layers. TCP "
559
526
" would not indicate completion of a read operation until a specified "
@@ -588,13 +555,9 @@ const ExperimentMetadata g_experiment_metadata[] = {
588
555
additional_constraints_backoff_cap_initial_at_max, nullptr , 0 , true , true },
589
556
{" call_tracer_in_transport" , description_call_tracer_in_transport,
590
557
additional_constraints_call_tracer_in_transport, nullptr , 0 , true , true },
591
- {" canary_client_privacy" , description_canary_client_privacy,
592
- additional_constraints_canary_client_privacy, nullptr , 0 , false , false },
593
558
{" chaotic_good_legacy_protocol" , description_chaotic_good_legacy_protocol,
594
559
additional_constraints_chaotic_good_legacy_protocol, nullptr , 0 , false ,
595
560
true },
596
- {" client_privacy" , description_client_privacy,
597
- additional_constraints_client_privacy, nullptr , 0 , false , false },
598
561
{" disable_buffer_hint_on_high_memory_pressure" ,
599
562
description_disable_buffer_hint_on_high_memory_pressure,
600
563
additional_constraints_disable_buffer_hint_on_high_memory_pressure,
@@ -652,8 +615,6 @@ const ExperimentMetadata g_experiment_metadata[] = {
652
615
description_schedule_cancellation_over_write,
653
616
additional_constraints_schedule_cancellation_over_write, nullptr , 0 , false ,
654
617
true },
655
- {" server_privacy" , description_server_privacy,
656
- additional_constraints_server_privacy, nullptr , 0 , false , false },
657
618
{" tcp_frame_size_tuning" , description_tcp_frame_size_tuning,
658
619
additional_constraints_tcp_frame_size_tuning, nullptr , 0 , false , true },
659
620
{" tcp_rcv_lowat" , description_tcp_rcv_lowat,
0 commit comments