Path to this page:
./
net/enet,
Network communication layer that runs on top of UDP
Branch: CURRENT,
Version: 1.3.18,
Package name: enet-1.3.18,
Maintainer: Pseudo.StatisticENet'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 is NOT intended to be a general purpose high level networking library
that handles authentication, lobbying, server discovery, compression,
encryption and other high level, often application level or dependent tasks.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 719.887 KB
Version history: (Expand)
- (2024-05-06) Updated to version: enet-1.3.18
- (2020-11-26) Updated to version: enet-1.3.17
- (2020-06-13) Updated to version: enet-1.3.15
- (2019-07-24) Updated to version: enet-1.3.14
- (2017-11-23) Package has been reborn
- (2016-10-20) Package added to pkgsrc.se, version enet-1.3.13 (created)
CVS history: (Expand)
2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958) |
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts...):
net/radsecproxy/distinfo
The following distfiles could not be fetched (fetched conditionally?):
./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
|
2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962) |
Log message:
net: Remove SHA1 hashes for distfiles
|
2020-11-26 16:36:59 by Nia Alarie | Files touched by this commit (2) |
Log message:
enet: Update to 1.3.17
ENet 1.3.17 (November 15, 2020):
* fixes for sender getting too far ahead or receiver that can cause instability \
with reliable packets
ENet 1.3.16 (September 8, 2020):
* 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
|
2020-06-13 20:22:12 by Nia Alarie | Files touched by this commit (2) |
Log message:
enet: Update to 1.3.15
ENet 1.3.15 (April 20, 2020):
* quicker RTT initialization
* use fractional precision for RTT calculations
* fixes for packet throttle with low RTT variance
* miscellaneous socket bug fixes
|
2019-07-24 19:40:03 by Nia Alarie | Files touched by this commit (2) |
Log message:
enet: Update to 1.3.14
Changes:
* bug fix for enet_peer_disconnect_later()
* use getaddrinfo and getnameinfo where available
* miscellenous cleanups
|
2016-10-19 21:15:22 by Kamil Rytarowski | Files touched by this commit (5) |
Log message:
Import enet-1.3.13 as net/enet.
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 is NOT intended to be a general purpose high level networking library
that handles authentication, lobbying, server discovery, compression,
encryption and other high level, often application level or dependent tasks.
|