Addition of SendThread class and other related adjustments.

This commit is contained in:
MobiusDevelopment
2023-06-25 19:37:46 +03:00
parent 4708f17e41
commit 4bd9210c69
468 changed files with 8349 additions and 2223 deletions

View File

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