|
Default key length for blowfish ciphre.
Higher value increases security, but slows down message crypting and decrypting.
|
|
Blowfish key life in seconds.
After this time period blowfish regeneration process exchanges new blowfish ciphre.
Lower value increases security, but decreases the network performance.
|
|
A time period after which PING_MESSAGE/DISCONNECT_REQUEST_MESSAGE
is sent to the other side. The message type depends on auto close feature setting by the node. When true,
request to close the connection is sent, otherwise PING_MESSAGE to find out, whether the other side is alive.
|
|
A amount of allowed ping messages sent to the other side without reply.
After this amount of tries, CONNECTION LOST is signalized to the higher layers.
|
|
An amount of bytes allowed to receive in one network tick on a connection.
Higher value increases network performance, but decreases performance of the Core.
|
|
A time period after which server ( connection acceptor ) closes new accepted connection, when no
data exchange appeared in the connection creation process.
|
|
A time period between two consecutive sends of PING_MESSAGE when no
PING_REPLY_MESSAGE received.
|
|
An amount of the preallocated buffers reserved for the TCP message sending.
Higher value increases network performance, but consumes more PC memory.
|
|
An amount of the preallocated buffers reserved for the UDP message sending.
Higher value increases network performance, but consumes more PC memory.
|