tunnel test

This commit is contained in:
orignal 2014-03-17 16:50:03 -04:00
parent 6066b7073f
commit 014e1c54eb
4 changed files with 64 additions and 9 deletions

View file

@ -502,7 +502,10 @@ namespace tunnel
void Tunnels::ManageTunnelPools ()
{
for (auto& it: m_Pools)
{
it->CreateTunnels ();
it->TestTunnels ();
}
}
void Tunnels::PostTunnelData (I2NPMessage * msg)