aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorLee Salzman <[email protected]>2020-04-13 19:32:13 -0400
committerLee Salzman <[email protected]>2020-04-13 19:32:13 -0400
commitf89e5986d06033f6b6421163444960f78dec99f8 (patch)
tree28ffaf859306338d51f06e921429d64bb25a34fc /include
parentbb1492141950ea4fd95b0a810054f6207e90e6c8 (diff)
downloadenet-f89e5986d06033f6b6421163444960f78dec99f8.tar.gz
enet-f89e5986d06033f6b6421163444960f78dec99f8.zip
don't throttle on first RTT measurement
Diffstat (limited to 'include')
-rw-r--r--include/enet/enet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/enet/enet.h b/include/enet/enet.h
index 174e062..baea93a 100644
--- a/include/enet/enet.h
+++ b/include/enet/enet.h
@@ -216,7 +216,7 @@ enum
ENET_HOST_DEFAULT_MAXIMUM_PACKET_SIZE = 32 * 1024 * 1024,
ENET_HOST_DEFAULT_MAXIMUM_WAITING_DATA = 32 * 1024 * 1024,
- ENET_PEER_DEFAULT_ROUND_TRIP_TIME = 350,
+ ENET_PEER_DEFAULT_ROUND_TRIP_TIME = 500,
ENET_PEER_DEFAULT_PACKET_THROTTLE = 32,
ENET_PEER_PACKET_THROTTLE_SCALE = 32,
ENET_PEER_PACKET_THROTTLE_COUNTER = 7,