Nethermind.Libp2p.Protocols.Quic 1.0.0-preview.43

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.
dotnet add package Nethermind.Libp2p.Protocols.Quic --version 1.0.0-preview.43
                    
NuGet\Install-Package Nethermind.Libp2p.Protocols.Quic -Version 1.0.0-preview.43
                    
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.43" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Nethermind.Libp2p.Protocols.Quic" Version="1.0.0-preview.43" />
                    
Directory.Packages.props
<PackageReference Include="Nethermind.Libp2p.Protocols.Quic" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Nethermind.Libp2p.Protocols.Quic --version 1.0.0-preview.43
                    
#r "nuget: Nethermind.Libp2p.Protocols.Quic, 1.0.0-preview.43"
                    
#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.
#addin nuget:?package=Nethermind.Libp2p.Protocols.Quic&version=1.0.0-preview.43&prerelease
                    
Install Nethermind.Libp2p.Protocols.Quic as a Cake Addin
#tool nuget:?package=Nethermind.Libp2p.Protocols.Quic&version=1.0.0-preview.43&prerelease
                    
Install Nethermind.Libp2p.Protocols.Quic as a Cake Tool

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:

  1. Locate the current NETCore runtime: dotnet --info
  2. 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 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.45 2,445 5/13/2025
1.0.0-preview.44 987 5/9/2025
1.0.0-preview.43 77 5/9/2025
1.0.0-preview.37 88 2/18/2025
1.0.0-preview.36 40,411 2/10/2025
1.0.0-preview.35 90 2/10/2025
1.0.0-preview.34 47,980 10/24/2024
1.0.0-preview.33 62 9/11/2024
1.0.0-preview.32 59 9/9/2024
1.0.0-preview.30 58 9/6/2024
1.0.0-preview.29 166 10/3/2023
1.0.0-preview.28 535 9/7/2023
1.0.0-preview.27 98 9/5/2023
1.0.0-preview.6 2,617 6/25/2024
1.0.0-preview.5 186 6/21/2024
1.0.0-preview.4 66 2/29/2024
1.0.0-preview.3 98 10/18/2023
1.0.0-preview.2 87 9/1/2023
1.0.0-preview.1 91 8/28/2023