From 3443b203e4035104071f5af0143591dcd48a4974 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 1 Oct 2013 16:01:36 -0400 Subject: 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. --- node/InetAddress.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'node/InetAddress.hpp') diff --git a/node/InetAddress.hpp b/node/InetAddress.hpp index 6f21cc7f..54fbc395 100644 --- a/node/InetAddress.hpp +++ b/node/InetAddress.hpp @@ -109,6 +109,12 @@ public: this->fromString(ipSlashPort); } + InetAddress(const char *ipSlashPort) + throw() + { + this->fromString(std::string(ipSlashPort)); + } + inline InetAddress &operator=(const InetAddress &a) throw() { -- cgit v1.2.3