summaryrefslogtreecommitdiff
path: root/src/options.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2009-09-16 10:56:55 +0200
committerMartin Sustrik <sustrik@fastmq.commkdir>2009-09-16 10:56:55 +0200
commit6e03cb2f3eb083e1de8e7161d3ab21b52c87eece (patch)
tree9cf442583cae614f2bcfca22fd0b9a55c7f0ccda /src/options.hpp
parentbce2e60bbb3b7f799a532d9b8f2e171c570b9fea (diff)
parent9fbdcc7940823634d82f51d2b124ccfbca6e9b17 (diff)
Merge branch 'master' of git@github.com:sustrik/zeromq2
Diffstat (limited to 'src/options.hpp')
-rw-r--r--src/options.hpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/options.hpp b/src/options.hpp
index 4d359e3..c1ecb57 100644
--- a/src/options.hpp
+++ b/src/options.hpp
@@ -37,11 +37,14 @@ namespace zmq
uint64_t affinity;
std::string identity;
- // Maximum tranfer rate [kb/s].
+ // Maximum tranfer rate [kb/s]. Default 100kb/s.
uint32_t rate;
- // Reliability time interval [s].
+ // Reliability time interval [s]. Default 10s.
uint32_t recovery_ivl;
+
+ // Enable multicast loopback. Default disabled (false).
+ bool use_multicast_loop;
};
}