mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-28 19:52:00 +01:00
Multi-hop REQ/REP, part III., change 'type' in options to simple 'traceroute' flag
This commit is contained in:
@@ -28,7 +28,6 @@ zmq::sub_t::sub_t (class app_thread_t *parent_) :
|
||||
socket_base_t (parent_),
|
||||
has_message (false)
|
||||
{
|
||||
options.type = ZMQ_SUB;
|
||||
options.requires_in = true;
|
||||
options.requires_out = false;
|
||||
zmq_msg_init (&message);
|
||||
|
||||
Reference in New Issue
Block a user