mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
NTCP2 transports through the Yggdrasil
This commit is contained in:
@@ -521,6 +521,15 @@ namespace i2p
|
||||
UpdateRouterInfo ();
|
||||
}
|
||||
|
||||
void RouterContext::SetSupportsMesh (bool supportsmesh)
|
||||
{
|
||||
if (supportsmesh)
|
||||
m_RouterInfo.EnableMesh ();
|
||||
else
|
||||
m_RouterInfo.DisableMesh ();
|
||||
UpdateRouterInfo ();
|
||||
}
|
||||
|
||||
void RouterContext::UpdateNTCP2V6Address (const boost::asio::ip::address& host)
|
||||
{
|
||||
bool updated = false;
|
||||
|
||||
Reference in New Issue
Block a user