From dfdaff5eba1e6980adb3326c119d2070d0ad42bb Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sat, 20 Mar 2010 10:58:59 +0100 Subject: XREP-style prefixing/trimming messages removed --- src/xrep.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/xrep.cpp') diff --git a/src/xrep.cpp b/src/xrep.cpp index 33b89bd..c70c3ac 100644 --- a/src/xrep.cpp +++ b/src/xrep.cpp @@ -33,9 +33,8 @@ zmq::xrep_t::xrep_t (class app_thread_t *parent_) : // That way we are aware of the peer's identity when binding to the pipes. options.immediate_connect = false; - // XREP socket adds identity to inbound messages and strips identity - // from the outbound messages. - options.traceroute = true; + // XREP is unfunctional at the moment. Crash here! + zmq_assert (false); } zmq::xrep_t::~xrep_t () -- cgit v1.2.3