Set udp dontfrag by default

This commit is contained in:
世界 2022-09-06 00:54:57 +08:00
parent cb4fea0240
commit 0c975db0a6
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
4 changed files with 13 additions and 3 deletions

View file

@ -114,6 +114,7 @@ type ListenOptions struct {
Listen ListenAddress `json:"listen"`
ListenPort uint16 `json:"listen_port,omitempty"`
TCPFastOpen bool `json:"tcp_fast_open,omitempty"`
UDPFragment bool `json:"udp_fragment,omitempty"`
UDPTimeout int64 `json:"udp_timeout,omitempty"`
ProxyProtocol bool `json:"proxy_protocol,omitempty"`
Detour string `json:"detour,omitempty"`