index
:
enet
master
ENet reliable UDP networking library
lsalzman
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
peer.c
Age
Commit message (
Expand
)
Author
2020-09-08
revert failed throttle changes
Lee Salzman
2020-08-23
command queuing fix
Lee Salzman
2020-08-23
make throttle more readily accelerate
Lee Salzman
2020-07-23
use unified outgoing command queue for reliable and unreliable commands
Lee Salzman
2020-04-16
stabilize packet throttle when RTT variance is low
Lee Salzman
2020-04-04
accumulate fractional RTT values
Lee Salzman
2014-04-14
fix maximumWaitingData handling to allow acknowledgements when the packet alr...
Lee Salzman
2014-04-14
added maximumPacketSize and maximumWaitingData fields for limiting peer buffe...
Lee Salzman
2013-12-28
typo fixes
Lee Salzman
2013-05-12
another typo fix
Lee Salzman
2013-05-11
track the number of connected peers to make throttling a bit cheaper
Lee Salzman
2012-09-18
merging some things from Ryan C. Gordon (icculus):
Lee Salzman
2012-07-31
unreliable fragment queuing fixes
Lee Salzman
2012-05-29
added per-peer configurable ping interval and timeouts
lsalzman
2012-01-06
sanity checks
eihrul
2011-12-31
warning workarounds
eihrul
2011-05-31
unreliable fragment fixes
v1.3.2
eihrul
2011-05-31
support for ENET_PACKET_FLAG_UNRELIABLE_FRAGMENT
eihrul
2010-12-23
fix fragment length when checksums are used
eihrul
2010-06-09
1.3.0 import
eihrul
2010-06-05
fragment dispatching fix
eihrul
2010-05-14
enet_peer_receive channelID fix
eihrul
2010-05-13
wordo fix
eihrul
2010-05-13
use dispatch queues to cut down on array crawling costs
eihrul
2010-05-06
send fragment fixes
eihrul
2010-05-06
ensure fragment outgoing commands are allocated atomically with respect to fa...
eihrul
2010-05-05
propagate malloc failure
eihrul
2008-07-30
typo fix
eihrul
2008-07-30
duplicated disconnect packet fixes
eihrul
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-14
1.0 stuff
eihrul
2005-07-19
memory leak fix
eihrul
2005-05-24
minimum and maximum timeout
eihrul
2004-12-23
bug fix
eihrul
2004-12-23
possible fix for unsequenced packets
eihrul
2004-12-09
bug fixes
eihrul
2004-10-20
Initial revision
eihrul