diff options
Diffstat (limited to 'src/options.hpp')
-rw-r--r-- | src/options.hpp | 3 |
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; }; } |