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.
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
||||
#include "Constants.hpp"
|
||||
#include "Identity.hpp"
|
||||
#include "InetAddress.hpp"
|
||||
|
||||
@@ -52,6 +53,13 @@ public:
|
||||
throw(std::runtime_error);
|
||||
~Defaults() {}
|
||||
|
||||
#ifdef ZT_TRACE_MULTICAST
|
||||
/**
|
||||
* Host to send UDP multicast trace messages to (human readable)
|
||||
*/
|
||||
const InetAddress multicastTraceWatcher;
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Default home path for this platform
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user