fix: Add CC for TUIC server
This commit is contained in:
@ -92,6 +92,7 @@ func ParseListener(mapping map[string]any) (C.InboundListener, error) {
|
||||
AuthenticationTimeout: 1000,
|
||||
ALPN: []string{"h3"},
|
||||
MaxUdpRelayPacketSize: 1500,
|
||||
CongestionController: "bbr",
|
||||
}
|
||||
err = decoder.Decode(mapping, tuicOption)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user