Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PurpleI2P/i2pd
/ EnableMesh
Method
EnableMesh
libi2pd/RouterInfo.cpp:913–920 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
911
}
912
913
void RouterInfo::EnableMesh ()
914
{
915
if (!IsMesh ())
916
{
917
m_SupportedTransports |= eNTCP2V6Mesh;
918
m_ReachableTransports |= eNTCP2V6Mesh;
919
}
920
}
921
922
void RouterInfo::DisableMesh ()
923
{
Callers
1
SetSupportsMesh
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected