index
:
enet
master
ENet reliable UDP networking library
lsalzman
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
protocol.c
Age
Commit message (
Collapse
)
Author
2014-04-14
fix maximumWaitingData handling to allow acknowledgements when the packet ↵
Lee Salzman
already exists
2014-04-14
added maximumPacketSize and maximumWaitingData fields for limiting peer ↵
Lee Salzman
buffer space
2014-02-21
avoid an enet_time_get call when timeout expires
lsalzman
2013-11-27
handle disconnects in connecting state
lsalzman
2013-11-17
allow loopback connections
Lee Salzman
2013-08-18
small fix for duplicate peers
Lee Salzman
2013-08-09
stub out enet_host_random_seed()
lsalzman
2013-05-12
typo fix
Lee Salzman
2013-05-11
track the number of connected peers to make throttling a bit cheaper
Lee Salzman
2013-05-10
handle EINTR in enet_socket_wait
Lee Salzman
2013-03-23
set unused reliable sequence number field for acks to sane value
Lee Salzman
2013-03-19
only use perror if ENET_DEBUG defined
lsalzman
2013-02-27
added ENET_PACKET_FLAG_SENT to indicate that a packet has been sent
lsalzman
2013-01-07
state handling cleanups
Lee Salzman
2012-10-02
intercept callback support
lsalzman
2012-09-18
merging some things from Ryan C. Gordon (icculus):
Lee Salzman
enet_socket_connect() shouldn't fail with non-blocking sockets. Removed unused variable. Sanity check for possible NULL dereference reported by clang's static…analysis. Added an interface to shutdown(). Fixed typo in the comments.
2012-09-18
fix serialization of mtu in verify connect packet
Lee Salzman
2012-07-31
case warning fixes
Lee Salzman
2012-05-29
added per-peer configurable ping interval and timeouts
lsalzman
1.3.4 release prep
2012-01-06
sanity checks
eihrul
2012-01-05
only bail out of sending on a timeout if there really is an event to dispatch
eihrul
2011-12-31
warning workarounds
eihrul
2011-06-28
fixed bug with simultaneous disconnects not dispatching events
eihrul
2011-05-31
unreliable fragment fixes
v1.3.2
eihrul
2011-05-31
support for ENET_PACKET_FLAG_UNRELIABLE_FRAGMENT
eihrul
1.3.2 release prep
2011-05-30
check received port
eihrul
2011-01-31
fix bug with tracking reliable data in transit
eihrul
2011-01-31
fixed bug where low reliable window stops pings from getting through
eihrul
2010-12-20
reliable packet throttle tweak
eihrul
2010-06-09
1.3.0 import
eihrul
2010-06-05
fragment dispatching fix
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-06
ensure fragment outgoing commands are allocated atomically with respect to ↵
eihrul
failure
2010-05-05
propagate malloc failure
eihrul
2008-07-30
duplicated disconnect packet fixes
eihrul
2008-01-09
*** empty log message ***
eihrul
2007-11-16
*** empty log message ***
eihrul
2007-10-21
*** empty log message ***
eihrul
2007-10-14
*** 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-09-01
*** empty log message ***
eihrul
[next]