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:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user