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

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

// Install Nethermind.Libp2p.Protocols.Quic as a Cake Tool
#tool nuget:?package=Nethermind.Libp2p.Protocols.Quic&version=1.0.0-preview.29&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 net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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 (1)

Showing the top 1 NuGet packages that depend on Nethermind.Libp2p.Protocols.Quic:

Package Downloads
Nethermind.Libp2p

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.29 126 10/3/2023
1.0.0-preview.28 509 9/7/2023
1.0.0-preview.27 66 9/5/2023
1.0.0-preview.4 47 2/29/2024
1.0.0-preview.3 76 10/18/2023
1.0.0-preview.2 56 9/1/2023
1.0.0-preview.1 68 8/28/2023