Commit e34184ac authored by Martin Hurton's avatar Martin Hurton

Implement flow control for ZMQ_XREQ sockets

parent 06d7a447
...@@ -65,7 +65,7 @@ void zmq::xreq_t::xrevive (class reader_t *pipe_) ...@@ -65,7 +65,7 @@ void zmq::xreq_t::xrevive (class reader_t *pipe_)
void zmq::xreq_t::xrevive (class writer_t *pipe_) void zmq::xreq_t::xrevive (class writer_t *pipe_)
{ {
zmq_not_implemented (); lb.revive (pipe_);
} }
int zmq::xreq_t::xsetsockopt (int option_, const void *optval_, int zmq::xreq_t::xsetsockopt (int option_, const void *optval_,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment