Proposed interface for "Connection ID generators" that will allow different algorithms for different platforms that deploy QUICHE.
PiperOrigin-RevId: 465123243
diff --git a/build/source_list.bzl b/build/source_list.bzl
index cf43594..43d246d 100644
--- a/build/source_list.bzl
+++ b/build/source_list.bzl
@@ -133,6 +133,7 @@
"quic/core/congestion_control/tcp_cubic_sender_bytes.h",
"quic/core/congestion_control/uber_loss_algorithm.h",
"quic/core/congestion_control/windowed_filter.h",
+ "quic/core/connection_id_generator.h",
"quic/core/crypto/aead_base_decrypter.h",
"quic/core/crypto/aead_base_encrypter.h",
"quic/core/crypto/aes_128_gcm_12_decrypter.h",