try some more dnc sourced changes...if this is whitespace only, please ignore

This commit is contained in:
CodeCodon
2015-08-06 17:15:07 -05:00
parent f1617dfd28
commit 21eaf66597
10 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -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;