unofficial.flayan.enet
1.3.13
dotnet add package unofficial.flayan.enet --version 1.3.13
NuGet\Install-Package unofficial.flayan.enet -Version 1.3.13
<PackageReference Include="unofficial.flayan.enet" Version="1.3.13" />
paket add unofficial.flayan.enet --version 1.3.13
#r "nuget: unofficial.flayan.enet, 1.3.13"
// Install unofficial.flayan.enet as a Cake Addin #addin nuget:?package=unofficial.flayan.enet&version=1.3.13 // Install unofficial.flayan.enet as a Cake Tool #tool nuget:?package=unofficial.flayan.enet&version=1.3.13
ENet's purpose is to provide a relatively thin, simple and robust network communication layer on top of UDP (User Datagram Protocol).The primary feature it provides is optional reliable, in-order delivery of packets.
ENet omits certain higher level networking features such as authentication, lobbying, server discovery, encryption, or other similar tasks that are particularly application specific so that the library remains flexible, portable, and easily embeddable.
This is an unofficial release of the library
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native 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.
Version | Downloads | Last updated |
---|---|---|
1.3.13 | 1,436 | 2/20/2017 |
* miscellaneous bug fixes
* added premake and cmake support
* miscellaneous documentation cleanups