Update cronet-go to v143.0.7499.109-1
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user