ENet 1.3.6.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package ENet --version 1.3.6.2
NuGet\Install-Package ENet -Version 1.3.6.2
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="ENet" Version="1.3.6.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ENet --version 1.3.6.2
#r "nuget: ENet, 1.3.6.2"
#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 ENet as a Cake Addin
#addin nuget:?package=ENet&version=1.3.6.2

// Install ENet as a Cake Tool
#tool nuget:?package=ENet&version=1.3.6.2

ENet supports multiple in-order streams of data over UDP, and allows you to decide on reliability on a per-packet basis. Both client-server and peer-to-peer architectures are supported. ENet for C# wraps the C-language ENet networking library.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.3.6.3 4,149 4/24/2013
1.3.6.2 1,306 2/27/2013
1.3.6.1 1,252 2/24/2013
1.3.6 1,269 2/23/2013

1.3.6.2 (February 27, 2013):
Added Packet.Freed event.
Added Packet.GetUserData/SetUserData methods.
Added another Packet.Initialize overload.
Added Packet.ReferenceCount property.
Added Peer.Host property.
Implemented IList<byte> on Packet. Mainly this is useful for the indexer.

1.3.6.1 February 24, 2013:
64-bit support!
It is no longer necessary to call Library Initialize.
 
1.3.6 February 23, 2013:
Updated the binding to support ENet 1.3.6.
Added SetPingInterval and SetTimeouts methods to Peer.
Added locking around Library Initialize and Deinitialize.
Miscellaneous minor improvements.