diff --git a/raknet/ReliabilityLayer.cpp b/raknet/ReliabilityLayer.cpp index 7e86b26..573f860 100644 --- a/raknet/ReliabilityLayer.cpp +++ b/raknet/ReliabilityLayer.cpp @@ -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