index
:
enet
master
ENet reliable UDP networking library
lsalzman
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
host.c
Age
Commit message (
Expand
)
Author
2013-08-18
small fix for duplicate peers
Lee Salzman
2013-08-09
stub out enet_host_random_seed()
lsalzman
2013-05-11
track the number of connected peers to make throttling a bit cheaper
Lee Salzman
2013-05-08
remove some more looping in enet_host_bandwidth_throttle
lsalzman
2013-05-08
avoid some looping in enet_host_bandwidth_throttle
lsalzman
2013-03-20
query the socket name if an explicit address binding is requested on host cre...
Lee Salzman
2012-12-14
use timeGetTime() for random seed instead of time() on windows
Lee Salzman
2012-10-02
initialize intercept callback to NULL
lsalzman
2012-09-11
treat destroying NULL as no-op
Lee Salzman
2012-05-30
mingw time workaround
lsalzman
2011-12-08
zero out host memory on creation
eihrul
2011-05-31
support for ENET_PACKET_FLAG_UNRELIABLE_FRAGMENT
eihrul
2010-06-09
1.3.0 import
eihrul
2010-05-20
checksum is now a run-time option
eihrul
2010-05-14
added totalSentData, totalSentPackets, totalReceivedData, totalReceivedPackets
eihrul
2010-05-14
added enet_host_channel_limit
eihrul
2010-05-13
use dispatch queues to cut down on array crawling costs
eihrul
2010-05-05
propagate malloc failure
eihrul
2008-09-15
added miscellaneous updates for broadcasting
eihrul
2007-10-12
*** empty log message ***
eihrul
2007-10-12
*** empty log message ***
eihrul
2007-10-12
*** empty log message ***
eihrul
2007-10-03
*** empty log message ***
eihrul
2006-07-06
*** empty log message ***
eihrul
2004-10-20
Initial revision
eihrul