Hysteria & XHTTP/3: Unified Finalmask's quicParams to set congestion, brutalUp, brutalDown, udpHop (ports & interval), etc. (#5772)

https://github.com/XTLS/Xray-core/pull/5772#issuecomment-4023006179
This commit is contained in:
LjhAUMEM
2026-03-09 20:17:32 +08:00
committed by GitHub
parent 766fa71eb1
commit 0321cdd0d2
13 changed files with 590 additions and 694 deletions
@@ -372,9 +372,6 @@ func runHysteria2Case(t *testing.T, bin string, mode trafficMode, payloadSize in
Settings: serial.ToTypedMessage(&hytransport.Config{
Version: 2,
Auth: auth,
Congestion: "bbr",
Up: 10 * 1024 * 1024,
Down: 10 * 1024 * 1024,
UdpIdleTimeout: 60,
}),
},
@@ -438,9 +435,6 @@ func runHysteria2Case(t *testing.T, bin string, mode trafficMode, payloadSize in
Settings: serial.ToTypedMessage(&hytransport.Config{
Version: 2,
Auth: auth,
Congestion: "bbr",
Up: 10 * 1024 * 1024,
Down: 10 * 1024 * 1024,
UdpIdleTimeout: 60,
}),
},