ZMQ_BACKLOG socket option added.

Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
Martin Sustrik
2010-10-17 10:23:58 +02:00
parent e8e2944f45
commit a780833683
9 changed files with 59 additions and 11 deletions

View File

@@ -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 ();