Update cronet-go to v143.0.7499.109-1

This commit is contained in:
世界
2025-12-25 15:03:22 +08:00
parent 003cf13898
commit a44f8c7b5d
5 changed files with 80 additions and 79 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ func NewOutbound(ctx context.Context, router adapter.Router, logger log.ContextL
default:
return nil, E.New("unknown quic congestion control: ", options.QUICCongestionControl)
}
client, err := cronet.NewNaiveClient(cronet.NaiveClientConfig{
client, err := cronet.NewNaiveClient(cronet.NaiveClientOptions{
Context: ctx,
ServerAddress: serverAddress,
ServerName: serverName,