Replaced SocketChannel with Socket.

This commit is contained in:
MobiusDevelopment
2023-06-19 21:02:28 +03:00
parent 670b7e6982
commit 4708f17e41
340 changed files with 5470 additions and 6377 deletions

View File

@@ -63,10 +63,6 @@ PacketFloodLogged = True
# Default: True (disabled)
TcpNoDelay = True
# Connection timeout in milliseconds.
# Default 800
ConnectionTimeout = 800
# Packet encryption.
# By default packets sent or received are encrypted using the Blowfish algorithm.
# Disabling this reduces the resources needed to process any packets transfered,