mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-07-20 17:52:08 +00:00
implement restricted routes (initial)
This commit is contained in:
+5
-1
@@ -290,7 +290,11 @@ namespace data
|
||||
|
||||
if (!m_SupportedTransports || !m_Addresses.size() || (UsesIntroducer () && !introducers))
|
||||
SetUnreachable (true);
|
||||
}
|
||||
}
|
||||
|
||||
bool RouterInfo::IsFamily(const std::string & fam) const {
|
||||
return m_Family == fam;
|
||||
}
|
||||
|
||||
void RouterInfo::ExtractCaps (const char * value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user