mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-18 23:16:37 +02:00
publish stats for floodfill
This commit is contained in:
parent
9fc69db9eb
commit
45e7111dda
1 changed files with 1 additions and 0 deletions
|
@ -781,6 +781,7 @@ namespace data
|
|||
|
||||
void NetDb::Publish ()
|
||||
{
|
||||
i2p::context.UpdateStats (); // for floodfill
|
||||
std::set<IdentHash> excluded; // TODO: fill up later
|
||||
for (int i = 0; i < 2; i++)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue