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

This reverts commit 21eaf66597.

Conflicts:
	engine/shared/library/sharedNetwork/src/shared/NetworkHandler.cpp
This commit is contained in:
CodeCodon
2015-08-09 18:11:13 -05:00
parent cc17520cdb
commit 36ea3085ec
9 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -163,7 +163,7 @@ UdpManager::Params::Params()
packetHistoryMax = 100;
maxDataHoldTime = 50;
maxDataHoldSize = -1;
maxRawPacketSize = 1460;
maxRawPacketSize = 512;
hashTableSize = 100;
avoidPriorityQueue = false;
clockSyncDelay = 0;
@@ -200,7 +200,7 @@ UdpManager::Params::Params()
simulateOutgoingOverloadLevel = 0;
reliable[0].maxInstandingPackets = 400;
reliable[0].maxOutstandingBytes = 1 * 1024;
reliable[0].maxOutstandingBytes = 200 * 1024;
reliable[0].maxOutstandingPackets = 400;
reliable[0].outOfOrder = false;
reliable[0].processOnSend = false;