select introducers

This commit is contained in:
orignal 2014-09-06 20:43:20 -04:00
parent 119603845b
commit 44751955cc
6 changed files with 82 additions and 64 deletions

View file

@ -95,9 +95,9 @@ namespace i2p
}
}
void RouterContext::RemoveIntroducer (uint32_t tag)
void RouterContext::RemoveIntroducer (const boost::asio::ip::udp::endpoint& e)
{
if (m_RouterInfo.RemoveIntroducer (tag))
if (m_RouterInfo.RemoveIntroducer (e))
UpdateRouterInfo ();
}