mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-27 19:10:22 +01:00
Identities re-introduced
However, the "durable socket" behaviour wasn't re-added. Identities are used solely for routing in REQ/REP pattern. Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
@@ -50,6 +50,7 @@ namespace zmq
|
||||
enum
|
||||
{
|
||||
more = 1,
|
||||
identity = 64,
|
||||
shared = 128
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user