Nethermind.Libp2p.Protocols.Quic
1.0.0-preview.6
This is a prerelease version of Nethermind.Libp2p.Protocols.Quic.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Nethermind.Libp2p.Protocols.Quic --version 1.0.0-preview.6
NuGet\Install-Package Nethermind.Libp2p.Protocols.Quic -Version 1.0.0-preview.6
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Nethermind.Libp2p.Protocols.Quic" Version="1.0.0-preview.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nethermind.Libp2p.Protocols.Quic --version 1.0.0-preview.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Nethermind.Libp2p.Protocols.Quic, 1.0.0-preview.6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Nethermind.Libp2p.Protocols.Quic as a Cake Addin #addin nuget:?package=Nethermind.Libp2p.Protocols.Quic&version=1.0.0-preview.6&prerelease // Install Nethermind.Libp2p.Protocols.Quic as a Cake Tool #tool nuget:?package=Nethermind.Libp2p.Protocols.Quic&version=1.0.0-preview.6&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
QUIC transport
See the libp2p spec
Native dependencies
Windows
Quic support is fully inbuilt in the runtime. By default it utilizes Schannel
-based implementation which is not compatible with libp2p, OpenSSL
-based version is required. To use it instead of standard one, a runtime library needs to be replaced:
- Locate the current NETCore runtime:
dotnet --info
- Find
msquic.dll
for the current version and replace it with one from the project.
Typical location of msquic.dll
is "C:\Program Files\dotnet\shared\Microsoft.NETCore.App\x.y.zzz\msquic.dll"
Linux
libmsquic.so
is required , as described here.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- BouncyCastle.Cryptography (>= 2.4.0)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Nethermind.Libp2p.Core (>= 1.0.0-preview.6)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Nethermind.Libp2p.Protocols.Quic:
Package | Downloads |
---|---|
Nethermind.Libp2p.Protocols.Tls
A libp2p implementation for .NET |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0-preview.34 | 6,448 | 10/24/2024 |
1.0.0-preview.33 | 48 | 9/11/2024 |
1.0.0-preview.32 | 47 | 9/9/2024 |
1.0.0-preview.30 | 45 | 9/6/2024 |
1.0.0-preview.29 | 157 | 10/3/2023 |
1.0.0-preview.28 | 523 | 9/7/2023 |
1.0.0-preview.27 | 84 | 9/5/2023 |
1.0.0-preview.6 | 2,583 | 6/25/2024 |
1.0.0-preview.5 | 175 | 6/21/2024 |
1.0.0-preview.4 | 56 | 2/29/2024 |
1.0.0-preview.3 | 88 | 10/18/2023 |
1.0.0-preview.2 | 72 | 9/1/2023 |
1.0.0-preview.1 | 79 | 8/28/2023 |