mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-08-01 02:15:54 -04:00
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:
@@ -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 = 1 * 1024;
|
||||
params.reliable[0].maxOutstandingBytes = 128 * 1024;
|
||||
params.reliable[0].congestionWindowMinimum = 50000;
|
||||
params.reliable[0].maxOutstandingPackets = 512;
|
||||
params.reliable[0].processOnSend = false;
|
||||
|
||||
Reference in New Issue
Block a user