From 0a03e86e9547fa7c221b316a5a943467adea3dfd Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sat, 16 Oct 2010 10:53:29 +0200 Subject: ZMQ_LINGER socket option added. 1. ZMQ_LINGER option can be set/get 2. options are part of own_t base class rather than being declared separately by individual objects 3. Linger option is propagated with "term" command so that the newest value of it is used rather than the stored old one. 4. Session sets the linger timer if needed and terminates as soon as it expires. 5. Corresponding documentation updated. Signed-off-by: Martin Sustrik --- src/zmq_connecter.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/zmq_connecter.hpp') diff --git a/src/zmq_connecter.hpp b/src/zmq_connecter.hpp index 7a516f0..3af78cb 100644 --- a/src/zmq_connecter.hpp +++ b/src/zmq_connecter.hpp @@ -23,7 +23,6 @@ #include "own.hpp" #include "io_object.hpp" #include "tcp_connecter.hpp" -#include "options.hpp" #include "stdint.hpp" namespace zmq @@ -75,9 +74,6 @@ namespace zmq // Reference to the session we belong to. class session_t *session; - // Associated socket options. - options_t options; - zmq_connecter_t (const zmq_connecter_t&); void operator = (const zmq_connecter_t&); }; -- cgit v1.2.3