Merge branch 'master' into Playerbot

This commit is contained in:
Yunfan Li
2024-04-07 21:49:34 +08:00
45 changed files with 1497 additions and 755 deletions

View File

@@ -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: