From a780833683ed1f5bc4a112644836973f8282434b Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sun, 17 Oct 2010 10:23:58 +0200 Subject: ZMQ_BACKLOG socket option added. Signed-off-by: Martin Sustrik --- src/options.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/options.hpp') diff --git a/src/options.hpp b/src/options.hpp index 47a0d63..647e811 100644 --- a/src/options.hpp +++ b/src/options.hpp @@ -60,6 +60,9 @@ namespace zmq // Interval between attempts to reconnect, in milliseconds. int reconnect_ivl; + // Maximum backlog for pending connections. + int backlog; + // These options are never set by the user directly. Instead they are // provided by the specific socket type. bool requires_in; -- cgit v1.2.3