aboutsummaryrefslogtreecommitdiffhomepage
path: root/peer.c
AgeCommit message (Expand)Author
2023-02-05avoid explicitly storing roundTripTimeoutLimitLee Salzman
2023-02-04remove unnecessary sent unreliable list from peersLee Salzman
2023-02-04maintain a separate queue for outgoing send reliable packetsLee Salzman
2022-02-20more enet_peer_send notesLee Salzman
2022-02-20enet_peer_send note about failure and enet_packet_destroyLee Salzman
2021-11-11silence analyzer warning about peer->channelsLee Salzman
2021-04-25silence some MSVC warningsLee Salzman
2020-09-08revert failed throttle changesLee Salzman
2020-08-23command queuing fixLee Salzman
2020-08-23make throttle more readily accelerateLee Salzman
2020-07-23use unified outgoing command queue for reliable and unreliable commandsLee Salzman
2020-04-16stabilize packet throttle when RTT variance is lowLee Salzman
2020-04-04accumulate fractional RTT valuesLee Salzman
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
2013-12-28typo fixesLee Salzman
2013-05-12another typo fixLee Salzman
2013-05-11track the number of connected peers to make throttling a bit cheaperLee Salzman
2012-09-18merging some things from Ryan C. Gordon (icculus):Lee Salzman
2012-07-31unreliable fragment queuing fixesLee Salzman
2012-05-29added per-peer configurable ping interval and timeoutslsalzman
2012-01-06sanity checkseihrul
2011-12-31warning workaroundseihrul
2011-05-31unreliable fragment fixesv1.3.2eihrul
2011-05-31support for ENET_PACKET_FLAG_UNRELIABLE_FRAGMENTeihrul
2010-12-23fix fragment length when checksums are usedeihrul
2010-06-091.3.0 importeihrul
2010-06-05fragment dispatching fixeihrul
2010-05-14enet_peer_receive channelID fixeihrul
2010-05-13wordo fixeihrul
2010-05-13use dispatch queues to cut down on array crawling costseihrul
2010-05-06send fragment fixeseihrul
2010-05-06ensure fragment outgoing commands are allocated atomically with respect to fa...eihrul
2010-05-05propagate malloc failureeihrul
2008-07-30typo fixeihrul
2008-07-30duplicated disconnect packet fixeseihrul
2007-10-21*** empty log message ***eihrul
2007-10-12*** empty log message ***eihrul
2007-10-12*** empty log message ***eihrul
2007-10-12*** empty log message ***eihrul
2007-10-12*** empty log message ***eihrul
2007-10-12*** empty log message ***eihrul
2007-10-12*** empty log message ***eihrul
2007-10-12*** empty log message ***eihrul
2007-10-12*** empty log message ***eihrul
2007-01-07*** empty log message ***eihrul
2006-12-13*** empty log message ***eihrul
2006-07-06*** empty log message ***eihrul
2006-03-141.0 stuffeihrul
2005-07-19memory leak fixeihrul