mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
select introducers
This commit is contained in:
parent
119603845b
commit
44751955cc
6 changed files with 82 additions and 64 deletions
|
@ -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 ();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue