Addition of SendThread class and other related adjustments.
This commit is contained in:
@@ -39,6 +39,11 @@ LoginHost = 127.0.0.1
|
||||
# Default: 100
|
||||
ClientReadPoolSize = 100
|
||||
|
||||
# Client pool size for sending server packets.
|
||||
# Each pool is executed on a separate thread.
|
||||
# Default: 25
|
||||
ClientSendPoolSize = 25
|
||||
|
||||
# Client pool size for executing client packets.
|
||||
# Each pool is executed on a separate thread.
|
||||
# Default: 50
|
||||
|
||||
Reference in New Issue
Block a user