Simple Network Communication Layer on Top of UDP
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.
- Developed at network
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/enet && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
enet-1.3.16.tar.gz | 0000703461 687 KB | |
enet.changes | 0000003678 3.59 KB | |
enet.spec | 0000003652 3.57 KB |
Revision 6 (latest revision is 8)
Dominique Leuenberger (dimstar_suse)
accepted
request 835232
from
Dirk Mueller (dirkmueller)
(revision 6)
- update to 1.3.16: * fix bug in unreliable fragment queuing * use single output queue for reliable and unreliable packets for saner ordering * revert experimental throttle changes that were less stable than prior algorithm
Comments 0