mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 21:50:49 +01:00
Declare ZMQ_CONFLATE option
This commit is contained in:
@@ -142,6 +142,12 @@ namespace zmq
|
||||
|
||||
// ID of the socket.
|
||||
int socket_id;
|
||||
|
||||
// If true, socket conflates outgoing/incoming messages.
|
||||
// Applicable to dealer, push/pull, pub/sub socket types.
|
||||
// Cannot receive multi-part messages.
|
||||
// Ignores hwm
|
||||
bool conflate;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user