AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- update to 1.3.17: * fixes for sender getting too far ahead or receiver that can cause instability with reliable packets
- 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
- Update to 1.3.15 * quicker RTT initialization * use fractional precision for RTT calculations * fixes for packet throttle with low RTT variance * miscellaneous socket bug fixes
- Rename %soname to %sover to better match its use. - Remove unnecessary extra pkgconfig require that is already implicit. - Trim bias from descriptions.
- Update to version 1.3.14 * bug fix for enet_peer_disconnect_later() * use getaddrinfo and getnameinfo where available * miscellenous cleanups - Run spec-cleaner
- Update to 1.3.13, announce message: * miscellaneous bug fixes * added premake and cmake support * miscellaneous documentation cleanups - Adjust what fdupes not have found
- Update to 1.3.12 - Correct what fdupes not have found - Move Documentation to libenet-devel package and add html
- Update to version 1.3.5: + fixed a big in unreliable packaget fragment queuing + Soname bump to 2 - Changes from version 1.3.4: + added enet_peer_ping_interval() for configuring per-peer ping intervals + added enet_peer_timeout() for configuring per-peer timeouts + added protocol packet size limits
- Update license field to reflect actual license
- Update to version 1.3.3: + fixed bug with simultaneous disconnects not dispatching events - Previous versions: + added support for unreliable packet fragmenting via the packet flag ENET_PACKET_FLAG_UNRELIABLE_FRAGMENT + fixed regression in unreliable packet queuing + added check against received port to limit some forms of IP-spoofing
- Update to version 1.3.1: + fixed bug in tracking of reliable data in transit; + reliable data window size now scales with the throttle; + fixed bug in fragment length calculation when checksums are used; - Spec changes: + Added pkg-config to Requirements of devel pack (provides .pc); + Added changes to enable Fedora builds on spec; + Added %doc macros to files; + Added spec file openSUSE headers; + Removed %check macro; + Minor tweaks. - Moved file 'libenet.spec.changes' to 'libenet.changes'.
- Initial package