Add udp over stream support for TUIC

This commit is contained in:
世界 2023-08-20 11:28:30 +08:00
parent 5c5c25e3ad
commit f46732bc0e
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
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"`