Update cronet-go to v143.0.7499.109-1

This commit is contained in:
世界
2025-12-25 15:03:22 +08:00
parent d28305be5f
commit 60580df446
5 changed files with 80 additions and 79 deletions

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,