mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
tunnel test
This commit is contained in:
parent
6066b7073f
commit
014e1c54eb
4 changed files with 64 additions and 9 deletions
|
@ -502,7 +502,10 @@ namespace tunnel
|
|||
void Tunnels::ManageTunnelPools ()
|
||||
{
|
||||
for (auto& it: m_Pools)
|
||||
{
|
||||
it->CreateTunnels ();
|
||||
it->TestTunnels ();
|
||||
}
|
||||
}
|
||||
|
||||
void Tunnels::PostTunnelData (I2NPMessage * msg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue