Reverting some of the latest code removals.

This commit is contained in:
MobiusDev
2015-12-04 21:20:14 +00:00
parent 1f7bc7db0e
commit 9a9365c2a5
7 changed files with 54 additions and 15 deletions

View File

@@ -18,4 +18,7 @@ MaxReadPerPass = 12
# Each unfinished read/write need a TEMP storage Buffer
# on large player amount we need more Buffers
# if there are not enough buffers new ones are generated but not stored for future usage
HelperBufferCount = 20
HelperBufferCount = 20
# Setting this to True will lower your ping, at the cost of an increase in bandwidth consumption.
TcpNoDelay = True

View File

@@ -18,4 +18,7 @@ MaxReadPerPass = 12
# Each unfinished read/write need a TEMP storage Buffer
# on large player amount we need more Buffers
# if there are not enough buffers new ones are generated but not stored for future usage
HelperBufferCount = 20
HelperBufferCount = 20
# Setting this to True will lower your ping, at the cost of an increase in bandwidth consumption.
TcpNoDelay = True