aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-04-16stabilize packet throttle when RTT variance is lowLee Salzman
2020-04-13don't throttle on first RTT measurementLee Salzman
2020-04-07Merge pull request #120 from Vincenz099/masterLee Salzman
2020-04-07Set DWORD sentLength = 0;Maxim
2020-04-07Se trecvLength = 0;Maxim
2020-04-07Make recvLength = 0; In the rare case of it having bogus data.Maxim
2020-04-07Return 0 instead of -1 on enet_protocol_receive_incoming_commandsMaxim
2020-04-04accumulate fractional RTT valuesLee Salzman
2020-04-03clamp roundTripTimeLee Salzman
2020-03-03make RTT calculations more TCP-like (contributed by Vladimir 'virtul' Ivannikov)Lee Salzman
2019-01-27enet 1.3.14 release prepv1.3.14Lee Salzman
2019-01-27delay handling of DISCONNECT_LATER until in-flight unreliable packets are sentLee Salzman
2018-09-11Merge pull request #96 from Subv/patch-2Lee Salzman
2018-09-10Remove the now unneeded <arpa/inet.h> include in unix.cSebastian Valle
2018-09-11Merge pull request #95 from Subv/patch-1Lee Salzman
2018-09-10Add the <arpa/inet.h> include to unix.h.Sebastian Valle
2018-09-10Use <poll.h> instead of <sys/poll.h> in unix.cSebastian Valle
2018-08-19remove bandwidth limits from tutorialLee Salzman
2017-10-20Merge pull request #83 from thelvyn/masterLee Salzman
2017-10-15CMake source groups added for cleaner VS solutions.Lukasz Fronc
2017-07-12Merge pull request #76 from jroweboy/mingw-fixLee Salzman
2017-07-12Fix mingw compilationJames Rowe
2017-05-21Merge pull request #71 from cxong/patch-2Lee Salzman
2017-05-22Don't treat warnings as errorsCong
2017-05-21Merge pull request #70 from cxong/patch-1Lee Salzman
2017-05-21MSVC only warn up to level 3Cong
2017-05-06add portable enet_address_set_host_ip that can properly parse broadcast addressLee Salzman
2016-06-04typo fix[email protected]
2016-02-19update copyright years[email protected]
2016-02-19return -1 instead of 0 if getnameinfo returns an error[email protected]
2015-12-30update packet flag documentationLee Salzman
2015-05-11use getaddrinfo and getnameinfo where availableLee Salzman
2015-04-30enet 1.3.13 release prepv1.3.13[email protected]
2015-03-12fix window wrap check when sending reliable outgoing commands[email protected]
2015-03-09handle case in bandwidth limit protocol where either incoming or outgoing lim...[email protected]
2015-02-14gethostbyname_r/gethostbyaddr_r fix for dragonfly bsdlsalzman
2015-01-13update copyright yearLee Salzman
2014-12-31fix ENET_SOCKOPT_NONBLOCK when value is 0Lee Salzman
2014-12-02add cmake supportLee Salzman
2014-11-17added note about calling enet_host_service on both ends of a connectionlsalzman
2014-09-29limit number of packets that can be received per iteration of protocol loopLee Salzman
2014-09-07add premake fileLee Salzman
2014-05-28include mmsystem.h for timeGetTimeLee Salzman
2014-05-11small doc fixesLee Salzman
2014-05-11bold some linksLee Salzman
2014-05-11more doxygen cleanupsLee Salzman
2014-05-11add doxygen layoutLee Salzman
2014-05-11doxygen output cleanupsLee Salzman
2014-05-11doxygen output cleanupsLee Salzman
2014-05-11Merge pull request #33 from stephanecharette/masterLee Salzman