Addition of SendThread class and other related adjustments.
This commit is contained in:
@@ -36,6 +36,11 @@ GameserverPort = 7777
|
||||
# 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