mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-07-18 09:28:07 +08:00
[raknet] Match ReliabilityLayer::Update(...)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user