index
:
enet
master
ENet reliable UDP networking library
lsalzman
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
enet
Age
Commit message (
Expand
)
Author
2024-06-19
Fix compiler warnings on Windows due to redefines (#258)
Arvid Norlander
2024-04-14
1.3.18 release prep
v1.3.18
Lee Salzman
2023-04-02
lower default MTU to 1392 to avoid stressing certain VPNs
Lee Salzman
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
2023-01-08
added ENET_SOCKOPT_TTL
Floogle
2021-04-25
silence some MSVC warnings
Lee Salzman
2021-01-13
implement mulberry32 for PRNG
Lee Salzman
2020-11-15
1.3.17 release prep
v1.3.17
Lee Salzman
2020-09-08
1.3.16 release prep
v1.3.16
Lee Salzman
2020-09-08
revert failed throttle changes
Lee Salzman
2020-08-23
command queuing fix
Lee Salzman
2020-07-23
use unified outgoing command queue for reliable and unreliable commands
Lee Salzman
2020-04-19
enet 1.3.15 release prep
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-04
accumulate fractional RTT values
Lee Salzman
2019-01-27
enet 1.3.14 release prep
v1.3.14
Lee Salzman
2018-09-10
Add the <arpa/inet.h> include to unix.h.
Sebastian Valle
2017-05-06
add portable enet_address_set_host_ip that can properly parse broadcast address
Lee Salzman
2016-06-04
typo fix
[email protected]
2015-12-30
update packet flag documentation
Lee Salzman
2015-04-30
enet 1.3.13 release prep
v1.3.13
[email protected]
2014-04-24
enet 1.3.12 release prep
v1.3.12
lsalzman
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-03-08
avoid some strncpy usage
Lee Salzman
2014-02-20
note about null-termination in enet_address_get_host
Lee Salzman
2013-12-28
typo fixes
Lee Salzman
2013-12-26
enet 1.3.11 release prep
v1.3.11
Lee Salzman
2013-11-26
_MSC_VER fix
Lee Salzman
2013-11-07
FD_CLR typo fix
Lee Salzman
2013-10-23
enet 1.3.10 release prep
v1.3.10
lsalzman
2013-10-20
double maximum reliable window size
Lee Salzman
2013-10-09
make VS quiet down about -unsigned
Lee Salzman
2013-09-27
fix RCVTIMEO and SNDTIMEO options on unix and also add NODELAY
lsalzman
2013-08-19
fix some warnings
Lee Salzman
2013-08-18
small fix for duplicate peers
Lee Salzman
2013-08-16
enet 1.3.9 release prep
v1.3.9
Lee Salzman
2013-08-16
added enet_socket_get_option() and ENET_SOCKOPT_ERROR
Lee Salzman
2013-08-14
enet_host_random_seed fix
lsalzman
2013-08-09
stub out enet_host_random_seed()
lsalzman
2013-06-02
1.3.8 release prep
Lee Salzman
2013-05-11
track the number of connected peers to make throttling a bit cheaper
Lee Salzman
2013-05-11
check for MS C compiler before using pragmas
Lee Salzman
2013-05-10
handle EINTR in enet_socket_wait
Lee Salzman
2013-05-09
explicitly include sys/socket.h
Lee Salzman
2013-05-09
move MSG_MAXIOVLEN check out of configure.ac
Lee Salzman
[next]