mirror of
https://bitbucket.org/seefoe/src.git
synced 2026-09-11 21:45:09 -04:00
try some more dnc sourced changes...if this is whitespace only, please ignore
This commit is contained in:
+2
-2
@@ -163,7 +163,7 @@ UdpManager::Params::Params()
|
||||
packetHistoryMax = 100;
|
||||
maxDataHoldTime = 50;
|
||||
maxDataHoldSize = -1;
|
||||
maxRawPacketSize = 512;
|
||||
maxRawPacketSize = 1460;
|
||||
hashTableSize = 100;
|
||||
avoidPriorityQueue = false;
|
||||
clockSyncDelay = 0;
|
||||
@@ -200,7 +200,7 @@ UdpManager::Params::Params()
|
||||
simulateOutgoingOverloadLevel = 0;
|
||||
|
||||
reliable[0].maxInstandingPackets = 400;
|
||||
reliable[0].maxOutstandingBytes = 200 * 1024;
|
||||
reliable[0].maxOutstandingBytes = 1 * 1024;
|
||||
reliable[0].maxOutstandingPackets = 400;
|
||||
reliable[0].outOfOrder = false;
|
||||
reliable[0].processOnSend = false;
|
||||
|
||||
Reference in New Issue
Block a user