|
@@ -115,7 +115,8 @@ 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"`
|
|
|
+ UDPFragment *bool `json:"udp_fragment,omitempty"`
|
|
|
+ UDPFragmentDefault bool `json:"-"`
|
|
|
UDPTimeout int64 `json:"udp_timeout,omitempty"`
|
|
|
ProxyProtocol bool `json:"proxy_protocol,omitempty"`
|
|
|
ProxyProtocolAcceptNoHeader bool `json:"proxy_protocol_accept_no_header,omitempty"`
|