allow sync conn with conn list when conn bitmap is too large (#1508)

This commit is contained in:
Sijie.Sun
2025-10-23 08:11:36 +08:00
committed by GitHub
parent 7485f5f64e
commit 71679e889a
5 changed files with 289 additions and 105 deletions
+1
View File
@@ -142,6 +142,7 @@ impl GlobalCtx {
let feature_flags = PeerFeatureFlag {
kcp_input: !config_fs.get_flags().disable_kcp_input,
no_relay_kcp: config_fs.get_flags().disable_relay_kcp,
support_conn_list_sync: true, // Enable selective peer list sync by default
..Default::default()
};