mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 04:17:36 +03:00
Add udp over stream support for TUIC
This commit is contained in:
parent
5c5c25e3ad
commit
f46732bc0e
4 changed files with 66 additions and 11 deletions
|
@ -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"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue