mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
don't include unconfirmed floodfill to the list if we have enough floodfills already
This commit is contained in:
@@ -718,6 +718,7 @@ namespace transport
|
||||
Terminate ();
|
||||
return;
|
||||
}
|
||||
ri.GetProfile ()->Connected ();
|
||||
i2p::data::UpdateStaticKey (addr->s, ri.GetIdentHash ()); // good static key
|
||||
i2p::data::netdb.PostI2NPMsg (CreateI2NPMessage (eI2NPDummyMsg, buf.data () + 3, size)); // TODO: should insert ri and not parse it twice
|
||||
// TODO: process options
|
||||
|
||||
Reference in New Issue
Block a user