mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 22:26:22 +00:00
Merge branch 'master' into Playerbot
This commit is contained in:
@@ -364,11 +364,11 @@ Network.OutKBuff = -1
|
||||
|
||||
#
|
||||
# Network.OutUBuff
|
||||
# Description: Amount of memory (in bytes) reserved in the user space per connection for
|
||||
# output buffering.
|
||||
# Default: 65536
|
||||
# Description: Amount of memory (in bytes) reserved initially in the user space per
|
||||
# connection for output buffering.
|
||||
# Default: 4096
|
||||
|
||||
Network.OutUBuff = 65536
|
||||
Network.OutUBuff = 4096
|
||||
|
||||
#
|
||||
# Network.TcpNoDelay:
|
||||
|
||||
Reference in New Issue
Block a user