From 313b5dfadd8753b341197cc109bce40e08856cf6 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Fri, 12 Feb 2010 19:42:35 +0100 Subject: Multi-hop REQ/REP, part III., change 'type' in options to simple 'traceroute' flag --- src/p2p.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/p2p.cpp') diff --git a/src/p2p.cpp b/src/p2p.cpp index 46bbd0b..72bc26b 100644 --- a/src/p2p.cpp +++ b/src/p2p.cpp @@ -29,7 +29,6 @@ zmq::p2p_t::p2p_t (class app_thread_t *parent_) : outpipe (NULL), alive (true) { - options.type = ZMQ_P2P; options.requires_in = true; options.requires_out = true; } -- cgit v1.2.3