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
@@ -70,7 +70,7 @@ void LoggingServerApi::Connect(const char *address, int port, const char *loginN
params.port = 0;
params.pooledPacketMax = 1000;
params.reliable[0].maxInstandingPackets = 512;
params.reliable[0].maxOutstandingBytes = 128 * 1024;
params.reliable[0].maxOutstandingBytes = 1 * 1024;
params.reliable[0].congestionWindowMinimum = 50000;
params.reliable[0].maxOutstandingPackets = 512;
params.reliable[0].processOnSend = false;