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

This is a prerelease version of Nethermind.Libp2p.Protocols.Quic.
dotnet add package Nethermind.Libp2p.Protocols.Quic --version 1.0.0-preview.33                
NuGet\Install-Package Nethermind.Libp2p.Protocols.Quic -Version 1.0.0-preview.33                
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.33" />                
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.33                
#r "nuget: Nethermind.Libp2p.Protocols.Quic, 1.0.0-preview.33"                
#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.33&prerelease

// Install Nethermind.Libp2p.Protocols.Quic as a Cake Tool
#tool nuget:?package=Nethermind.Libp2p.Protocols.Quic&version=1.0.0-preview.33&prerelease                

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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0-preview.33 40 9/11/2024
1.0.0-preview.32 36 9/9/2024
1.0.0-preview.30 37 9/6/2024
1.0.0-preview.29 154 10/3/2023
1.0.0-preview.28 518 9/7/2023
1.0.0-preview.27 79 9/5/2023
1.0.0-preview.6 2,459 6/25/2024
1.0.0-preview.5 172 6/21/2024
1.0.0-preview.4 52 2/29/2024
1.0.0-preview.3 85 10/18/2023
1.0.0-preview.2 63 9/1/2023
1.0.0-preview.1 75 8/28/2023