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 (
Expand
)
Author
2024-03-05
Fix unaligned reads and writes of the checksum (fixes #237) (#238)
Arvid Norlander
2023-07-23
better partial message handling
Lee Salzman
2023-04-01
update connecting peer's mtu from host's current mtu
Lee Salzman
2023-03-10
Fix MTU negotiation on server side
Ralph Sennhauser
2023-02-05
avoid explicitly storing roundTripTimeoutLimit
Lee Salzman
2023-02-04
remove unnecessary sent unreliable list from peers
Lee Salzman
2023-02-04
avoid revisiting peers when continuing to send
Lee Salzman
2023-02-04
maintain a separate queue for outgoing send reliable packets
Lee Salzman
2022-08-12
use a hard-coded crc32 table
Lee Salzman
2021-04-25
silence some MSVC warnings
Lee Salzman
2020-11-13
avoid sending packets in unacknowledged window
Lee Salzman
2020-10-19
fix for sending getting too far ahead of receiver
Lee Salzman
2020-09-08
revert failed throttle changes
Lee Salzman
2020-09-05
clamp RTT variance a bit more loosely for throttle
Lee Salzman
2020-09-03
round RTT stats before comparing
Lee Salzman
2020-09-01
clamp minimum highest RTT variance
Lee Salzman
2020-08-23
more command queuing fixes
Lee Salzman
2020-08-23
make throttle more readily accelerate
Lee Salzman
2020-08-12
make throttle even more tolerant of variance
Lee Salzman
2020-07-24
clamp throttle variance from below based on RTT percentage
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-13
don't throttle on first RTT measurement
Lee Salzman
2020-04-07
Return 0 instead of -1 on enet_protocol_receive_incoming_commands
Maxim
2020-04-04
accumulate fractional RTT values
Lee Salzman
2020-04-03
clamp roundTripTime
Lee Salzman
2020-03-03
make RTT calculations more TCP-like (contributed by Vladimir 'virtul' Ivannikov)
Lee Salzman
2019-01-27
delay handling of DISCONNECT_LATER until in-flight unreliable packets are sent
Lee Salzman
2015-03-12
fix window wrap check when sending reliable outgoing commands
[email protected]
2015-03-09
handle case in bandwidth limit protocol where either incoming or outgoing lim...
[email protected]
2014-09-29
limit number of packets that can be received per iteration of protocol loop
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
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
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
[next]