summaryrefslogtreecommitdiff
path: root/src/options.hpp
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/options.hpp
parentcbaf10978a8ffa98d98161aeec8d020c517b127b (diff)
XREP-style prefixing/trimming messages removed
Diffstat (limited to 'src/options.hpp')
-rw-r--r--src/options.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/options.hpp b/src/options.hpp
index eba8ab8..0dd2e18 100644
--- a/src/options.hpp
+++ b/src/options.hpp
@@ -61,9 +61,6 @@ namespace zmq
// is not aware of the peer's identity, however, it is able to send
// messages straight away.
bool immediate_connect;
-
- // If true, socket requires tracerouting the messages.
- bool traceroute;
};
}