chore: fix TUIC cwnd parsing

This commit is contained in:
Larvan2
2023-06-21 00:40:33 +08:00
parent c66438d794
commit e3ac58bc51
2 changed files with 7 additions and 0 deletions

View File

@ -17,6 +17,7 @@ type TuicServer struct {
ALPN []string `yaml:"alpn" json:"alpn,omitempty"`
MaxUdpRelayPacketSize int `yaml:"max-udp-relay-packet-size" json:"max-udp-relay-packet-size,omitempty"`
MaxDatagramFrameSize int `yaml:"max-datagram-frame-size" json:"max-datagram-frame-size,omitempty"`
CWND int `yaml:"cwnd" json:"cwnd,omitempty"`
}
func (t TuicServer) String() string {