Merge branch '2.3' into 2.4
This commit is contained in:
@ -139,7 +139,8 @@ public:
|
||||
NEWCONN_OK, /* No existing connection or no ping reply. New connection created
|
||||
* successfully. */
|
||||
REFUSED, /* No existing connection or no ping reply. Server refused new connection. */
|
||||
TIMEOUT /* No existing connection or no ping reply. Timeout on new connection. */
|
||||
TIMEOUT, /* No existing connection or no ping reply. Timeout on new connection. */
|
||||
ACCESS_DENIED /* Server refused new connection due to authentication failure */
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user