mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
moved m_Properties to LocalRouterInfo
This commit is contained in:
parent
338b17ccf1
commit
a2de5564ac
5 changed files with 297 additions and 294 deletions
|
@ -478,7 +478,6 @@ namespace data
|
|||
if (r->GetRouterIdentity () && !r->IsUnreachable () && r->HasValidAddresses ())
|
||||
{
|
||||
r->DeleteBuffer ();
|
||||
r->ClearProperties (); // properties are not used for regular routers
|
||||
if (m_RouterInfos.emplace (r->GetIdentHash (), r).second)
|
||||
{
|
||||
if (r->IsFloodfill () && r->IsEligibleFloodfill ())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue