Add TCP MultiPath support

This commit is contained in:
世界 2023-08-08 16:14:03 +08:00
parent 81b847faca
commit 1019ecfdcf
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
33 changed files with 225 additions and 43 deletions

View file

@ -134,6 +134,7 @@ type DialerOptions struct {
ReuseAddr bool `json:"reuse_addr,omitempty"`
ConnectTimeout Duration `json:"connect_timeout,omitempty"`
TCPFastOpen bool `json:"tcp_fast_open,omitempty"`
TCPMultiPath bool `json:"tcp_multi_path,omitempty"`
UDPFragment *bool `json:"udp_fragment,omitempty"`
UDPFragmentDefault bool `json:"-"`
DomainStrategy DomainStrategy `json:"domain_strategy,omitempty"`