mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-07 05:58:45 +01:00
Problem: classification ZMQ_HANDSHAKE_FAILED_* events is coarse-grained and partially misleading
Solution: redesign ZMQ_HANDSHAKE_FAILED_* events, introduce new class of ZMQ_HANDSHAKE_FAILED_AUTH events
This commit is contained in:
@@ -134,9 +134,8 @@ namespace zmq
|
||||
void event_close_failed (const std::string &addr_, int err_);
|
||||
void event_disconnected (const std::string &addr_, zmq::fd_t fd_);
|
||||
void event_handshake_failed_no_detail(const std::string &addr_, int err_);
|
||||
void event_handshake_failed_zmtp(const std::string &addr_, int err_);
|
||||
void event_handshake_failed_zap(const std::string &addr_, int err_);
|
||||
void event_handshake_failed_encryption(const std::string &addr_, int err_);
|
||||
void event_handshake_failed_protocol(const std::string &addr_, int err_);
|
||||
void event_handshake_failed_auth(const std::string &addr_, int err_);
|
||||
void event_handshake_succeeded(const std::string &addr_, int err_);
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user