fix(tuic): add additional configuration options for SNI, RTT reduction, UDP relay, and congestion control

This commit is contained in:
Chang lue Tsen
2025-07-03 14:45:42 -04:00
parent 189f62781e
commit 987e25e7ac
6 changed files with 46 additions and 15 deletions
+3 -1
View File
@@ -31,7 +31,9 @@ func ParseTUIC(data proxy.Proxy, uuid string) (*Proxy, error) {
},
UUID: uuid,
Password: uuid,
CongestionControl: "bbr",
CongestionControl: tuic.CongestionController,
UDPRelayMode: tuic.UDPRelayMode,
ZeroRTTHandshake: tuic.ReduceRtt,
},
}
// Security options