mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
send exporatory message directly if connected to a floodfill
This commit is contained in:
parent
1e2f038ef5
commit
60351f2677
3 changed files with 10 additions and 1 deletions
|
@ -828,6 +828,8 @@ namespace data
|
|||
if (floodfill && !floodfills.count (floodfill.get ())) // request floodfill only once
|
||||
{
|
||||
floodfills.insert (floodfill.get ());
|
||||
if (i2p::transport::transports.IsConnected (floodfill->GetIdentHash ()))
|
||||
throughTunnels = false;
|
||||
if (throughTunnels)
|
||||
{
|
||||
msgs.push_back (i2p::tunnel::TunnelMessageBlock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue