mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-28 19:52:00 +01:00
ZMQ_BACKLOG socket option added.
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
@@ -36,7 +36,8 @@ namespace zmq
|
||||
~tcp_listener_t ();
|
||||
|
||||
// Start listening on the interface.
|
||||
int set_address (const char *protocol_, const char *addr_);
|
||||
int set_address (const char *protocol_, const char *addr_,
|
||||
int backlog_);
|
||||
|
||||
// Close the listening socket.
|
||||
int close ();
|
||||
|
||||
Reference in New Issue
Block a user