mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-28 11:31:56 +01:00
Problem: term "identity" is confusing
Solution: replace by "routing id"
This commit is contained in:
@@ -75,7 +75,7 @@ int zmq::req_t::xsend (msg_t *msg_)
|
||||
message_begins = true;
|
||||
}
|
||||
|
||||
// First part of the request is the request identity.
|
||||
// First part of the request is the request routing id.
|
||||
if (message_begins) {
|
||||
reply_pipe = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user