mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 12:18:04 +01:00
Multi-hop REQ/REP, part I., socket type is known to all associated objects
This commit is contained in:
@@ -30,6 +30,7 @@ zmq::req_t::req_t (class app_thread_t *parent_) :
|
||||
reply_pipe_active (false),
|
||||
reply_pipe (NULL)
|
||||
{
|
||||
options.type = ZMQ_REQ;
|
||||
options.requires_in = true;
|
||||
options.requires_out = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user