Add udp over stream support for TUIC

This commit is contained in:
世界
2023-08-20 11:28:30 +08:00
parent 2f1fdea586
commit a89eeaa3f3
4 changed files with 66 additions and 11 deletions

View File

@@ -23,6 +23,7 @@ type TUICOutboundOptions struct {
Password string `json:"password,omitempty"`
CongestionControl string `json:"congestion_control,omitempty"`
UDPRelayMode string `json:"udp_relay_mode,omitempty"`
UDPOverStream bool `json:"udp_over_stream,omitempty"`
ZeroRTTHandshake bool `json:"zero_rtt_handshake,omitempty"`
Heartbeat Duration `json:"heartbeat,omitempty"`
Network NetworkList `json:"network,omitempty"`