[raknet] Match ReliabilityLayer::Update(...)

This commit is contained in:
RD42
2025-05-05 12:07:28 -07:00
parent 786f6c4e10
commit 91c03d4c6f

View File

@ -34,7 +34,7 @@
static const int DEFAULT_HAS_RECEIVED_PACKET_QUEUE_SIZE=512;
static const float PACKETLOSS_TOLERANCE=.02f; // What percentile packetloss we are willing to accept as background noise.
static const double MINIMUM_SEND_BPS=14400.0; // Won't go below this send rate
static const double MINIMUM_SEND_BPS=144400.0; // Won't go below this send rate
static const double STARTING_SEND_BPS=512000.0; // What send rate to start at.
static const float PING_MULTIPLIER_TO_RESEND=3.0; // So internet ping variation doesn't cause needless resends
static const RakNetTime MIN_PING_TO_RESEND=30; // So system timer changes and CPU lag don't send needless resends