mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-05-21 23:01:48 +02:00
extract and verify family from RouterInfo
This commit is contained in:
parent
7bfc3562af
commit
4eef9e780f
5 changed files with 24 additions and 7 deletions
1
NetDb.h
1
NetDb.h
|
@ -62,6 +62,7 @@ namespace data
|
|||
void PostI2NPMsg (std::shared_ptr<const I2NPMessage> msg);
|
||||
|
||||
void Reseed ();
|
||||
Families& GetFamilies () { return m_Families; };
|
||||
|
||||
// for web interface
|
||||
int GetNumRouters () const { return m_RouterInfos.size (); };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue