mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-14 23:07:59 +02:00
Problem: term "identity" is confusing
Solution: replace by "routing id"
This commit is contained in:
@@ -99,8 +99,8 @@ namespace zmq
|
||||
// Detects the protocol used by the peer.
|
||||
bool handshake ();
|
||||
|
||||
int identity_msg (msg_t *msg_);
|
||||
int process_identity_msg (msg_t *msg_);
|
||||
int routing_id_msg (msg_t *msg_);
|
||||
int process_routing_id_msg (msg_t *msg_);
|
||||
|
||||
int next_handshake_command (msg_t *msg);
|
||||
int process_handshake_command (msg_t *msg);
|
||||
|
Reference in New Issue
Block a user