Add rdyCount to ClientConfig

This commit is contained in:
2021-07-08 17:41:59 +03:00
parent 6c8c30a1bd
commit a913fb0907
3 changed files with 8 additions and 6 deletions

View File

@@ -39,6 +39,7 @@ final class ClientConfig
* Use tcp_nodelay for establishing a connection.
*/
public bool $tcpNoDelay = false,
public int $rdyCount = 2500,
/**
* Boolean used to indicate that the client supports feature negotiation. If the server is capable,