diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-10-01 16:01:36 -0400 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-10-01 16:01:36 -0400 |
commit | 3443b203e4035104071f5af0143591dcd48a4974 (patch) | |
tree | 149d93cacdd5d1e75abc50ad7bd894844284d5d4 /node/Defaults.cpp | |
parent | 1a764559863c823da227098701521ed29bec037e (diff) | |
download | infinitytier-3443b203e4035104071f5af0143591dcd48a4974.tar.gz infinitytier-3443b203e4035104071f5af0143591dcd48a4974.zip |
Each peer now tracks the last time it announced multicast LIKEs independently and does so frequently enough to prevent expires. Also add a multicast debug facility for use on the testnet.
Diffstat (limited to 'node/Defaults.cpp')
-rw-r--r-- | node/Defaults.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/node/Defaults.cpp b/node/Defaults.cpp index 733832f3..9ce72b30 100644 --- a/node/Defaults.cpp +++ b/node/Defaults.cpp @@ -101,6 +101,9 @@ static inline std::string _mkDefaultHomePath() Defaults::Defaults() throw(std::runtime_error) : +#ifdef ZT_TRACE_MULTICAST + multicastTraceWatcher(ZT_TRACE_MULTICAST), +#endif defaultHomePath(_mkDefaultHomePath()), supernodes(_mkSupernodeMap()) { |