mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-10 07:56:09 +00:00
Implement flow control for ZMQ_XREQ sockets
This commit is contained in:
parent
06d7a44737
commit
e34184acc3
@ -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_,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user