aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)Author
2024-04-141.3.18 release prepv1.3.18Lee Salzman
2023-04-02lower default MTU to 1392 to avoid stressing certain VPNsLee Salzman
2023-02-05avoid explicitly storing roundTripTimeoutLimitLee Salzman
2023-02-04remove unnecessary sent unreliable list from peersLee Salzman
2023-02-04avoid revisiting peers when continuing to sendLee Salzman
2023-02-04maintain a separate queue for outgoing send reliable packetsLee Salzman
2023-01-08added ENET_SOCKOPT_TTLFloogle
2021-04-25silence some MSVC warningsLee Salzman
2021-01-13implement mulberry32 for PRNGLee Salzman
2020-11-151.3.17 release prepv1.3.17Lee Salzman
2020-09-081.3.16 release prepv1.3.16Lee Salzman
2020-09-08revert failed throttle changesLee Salzman
2020-08-23command queuing fixLee Salzman
2020-07-23use unified outgoing command queue for reliable and unreliable commandsLee Salzman
2020-04-19enet 1.3.15 release prepLee Salzman
2020-04-16stabilize packet throttle when RTT variance is lowLee Salzman
2020-04-13don't throttle on first RTT measurementLee Salzman
2020-04-04accumulate fractional RTT valuesLee Salzman
2019-01-27enet 1.3.14 release prepv1.3.14Lee Salzman
2018-09-10Add the <arpa/inet.h> include to unix.h.Sebastian Valle
2017-05-06add portable enet_address_set_host_ip that can properly parse broadcast addressLee Salzman
2016-06-04typo fix[email protected]
2015-12-30update packet flag documentationLee Salzman
2015-04-30enet 1.3.13 release prepv1.3.13[email protected]
2014-04-24enet 1.3.12 release prepv1.3.12lsalzman
2014-04-14fix maximumWaitingData handling to allow acknowledgements when the packet alr...Lee Salzman
2014-04-14added maximumPacketSize and maximumWaitingData fields for limiting peer buffe...Lee Salzman
2014-03-08avoid some strncpy usageLee Salzman
2014-02-20note about null-termination in enet_address_get_hostLee Salzman
2013-12-28typo fixesLee Salzman
2013-12-26enet 1.3.11 release prepv1.3.11Lee Salzman
2013-11-26_MSC_VER fixLee Salzman
2013-11-07FD_CLR typo fixLee Salzman
2013-10-23enet 1.3.10 release prepv1.3.10lsalzman
2013-10-20double maximum reliable window sizeLee Salzman
2013-10-09make VS quiet down about -unsignedLee Salzman
2013-09-27fix RCVTIMEO and SNDTIMEO options on unix and also add NODELAYlsalzman
2013-08-19fix some warningsLee Salzman
2013-08-18small fix for duplicate peersLee Salzman
2013-08-16enet 1.3.9 release prepv1.3.9Lee Salzman
2013-08-16added enet_socket_get_option() and ENET_SOCKOPT_ERRORLee Salzman
2013-08-14enet_host_random_seed fixlsalzman
2013-08-09stub out enet_host_random_seed()lsalzman
2013-06-021.3.8 release prepLee Salzman
2013-05-11track the number of connected peers to make throttling a bit cheaperLee Salzman
2013-05-11check for MS C compiler before using pragmasLee Salzman
2013-05-10handle EINTR in enet_socket_waitLee Salzman
2013-05-09explicitly include sys/socket.hLee Salzman
2013-05-09move MSG_MAXIOVLEN check out of configure.acLee Salzman
2013-05-07add enet_linked_version() for querying linked versionlsalzman