Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PurpleI2P/i2pd
/ AddRelay
Method
AddRelay
libi2pd/SSU2.cpp:636–639 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
634
}
635
636
void SSU2Server::AddRelay (uint32_t tag, std::shared_ptr<SSU2Session> relay)
637
{
638
m_Relays.emplace (tag, relay);
639
}
640
641
void SSU2Server::RemoveRelay (uint32_t tag)
642
{
Callers
1
HandlePayload
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected