Get a default rate that works for multicast.
This commit is contained in:
parent
d74b5f4bc6
commit
55e7ddba1e
3 changed files with 12 additions and 7 deletions
|
@ -117,8 +117,7 @@ bool Network::CertificateOfMembership::compare(const CertificateOfMembership &ot
|
|||
return true;
|
||||
}
|
||||
|
||||
// A low default global rate, fast enough for something like ARP
|
||||
const Network::MulticastRates::Rate Network::MulticastRates::GLOBAL_DEFAULT_RATE(128,128,64);
|
||||
const Network::MulticastRates::Rate Network::MulticastRates::GLOBAL_DEFAULT_RATE(65535,65535,64);
|
||||
|
||||
const char *Network::statusString(const Status s)
|
||||
throw()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue