fix: Parse CC fail in tuic.
This commit is contained in:
parent
a298b9ea01
commit
857d6e419f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ type TuicOption struct {
|
|||
Token []string `inbound:"token"`
|
||||
Certificate string `inbound:"certificate"`
|
||||
PrivateKey string `inbound:"private-key"`
|
||||
CongestionController string `inbound:"congestion-controllerr,omitempty"`
|
||||
CongestionController string `inbound:"congestion-controller,omitempty"`
|
||||
MaxIdleTime int `inbound:"max-idle-timer,omitempty"`
|
||||
AuthenticationTimeout int `inbound:"authentication-timeoutr,omitempty"`
|
||||
ALPN []string `inbound:"alpnr,omitempty"`
|
||||
|
|
Loading…
Reference in a new issue