summaryrefslogtreecommitdiff
path: root/src/xrep.cpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-03-20 10:58:59 +0100
committerMartin Sustrik <sustrik@250bpm.com>2010-03-20 10:58:59 +0100
commitdfdaff5eba1e6980adb3326c119d2070d0ad42bb (patch)
tree31c110b8dc40f1f21fa5c2121c1e13d00a70884a /src/xrep.cpp
parentcbaf10978a8ffa98d98161aeec8d020c517b127b (diff)
XREP-style prefixing/trimming messages removed
Diffstat (limited to 'src/xrep.cpp')
-rw-r--r--src/xrep.cpp5
1 files changed, 2 insertions, 3 deletions
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 ()