diff --git a/src/config.rs b/src/config.rs index 02fabd7ae..793ad4777 100644 --- a/src/config.rs +++ b/src/config.rs @@ -2997,7 +2997,7 @@ pub mod keys { pub const OPTION_ENABLE_UDP_PUNCH: &str = "enable-udp-punch"; pub const OPTION_ENABLE_IPV6_PUNCH: &str = "enable-ipv6-punch"; pub const OPTION_ENABLE_WEBRTC: &str = "enable-webrtc"; - pub const OPTION_ENABLE_KCP_CC: &str = "enable-kcp-congestion-control"; + pub const OPTION_ALLOW_KCP_CC: &str = "allow-kcp-congestion-control"; pub const OPTION_HIDE_USERNAME_ON_CARD: &str = "hide-username-on-card"; pub const OPTION_HIDE_HELP_CARDS: &str = "hide-help-cards"; pub const OPTION_DEFAULT_CONNECT_PASSWORD: &str = "default-connect-password"; @@ -3197,7 +3197,7 @@ pub mod keys { OPTION_ALLOW_INSECURE_TLS_FALLBACK, OPTION_KEEP_AWAKE_DURING_INCOMING_SESSIONS, OPTION_ALLOW_AUTO_UPDATE, - OPTION_ENABLE_KCP_CC, + OPTION_ALLOW_KCP_CC, ]; // BUILDIN_SETTINGS