1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
This commit is contained in:
Jeff Becker 2021-02-19 17:34:09 -05:00
parent a3585caa70
commit a88aec5f01
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -1028,7 +1028,7 @@ namespace llarp
bool
PeerSelectionConfig::Acceptable(const std::set<RouterContact>& rcs) const
{
if (m_UniqueHopsNetMask == 0)
if (m_UniqueHopsNetmaskSize == 0)
return true;
const auto netmask = netmask_ipv6_bits(96 + m_UniqueHopsNetmaskSize);
std::set<IPRange> seenRanges;