ENet 1.3.6.2
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
<PackageReference Include="ENet" Version="1.3.6.2" />
paket add ENet --version 1.3.6.2
#r "nuget: ENet, 1.3.6.2"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
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.
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.