quic uses the bbr congestion control algorithm (#1010)

This commit is contained in:
chenxudong2020
2025-06-18 23:17:52 +08:00
committed by GitHub
parent 72673a9d52
commit 72d5ed908e
3 changed files with 18 additions and 8 deletions
+3 -1
View File
@@ -65,6 +65,8 @@ pin-project-lite = "0.2.13"
tachyonix = "0.3.0"
quinn = { version = "0.11.8", optional = true, features = ["ring"] }
quinn-proto = { version = "0.11.5", optional = true }
rustls = { version = "0.23.0", features = [
"ring",
], default-features = false, optional = true }
@@ -291,7 +293,7 @@ full = [
"socks5",
]
wireguard = ["dep:boringtun", "dep:ring"]
quic = ["dep:quinn", "dep:rustls", "dep:rcgen"]
quic = ["dep:quinn", "dep:rustls", "dep:rcgen", "dep:quinn-proto"]
mimalloc = ["dep:mimalloc"]
aes-gcm = ["dep:aes-gcm"]
tun = ["dep:tun"]