MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / ClearSSU2Introducers

Method ClearSSU2Introducers

libi2pd/RouterContext.cpp:633–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

631 }
632
633 void RouterContext::ClearSSU2Introducers (bool v4)
634 {
635 auto addr = m_RouterInfo.GetSSU2Address (v4);
636 if (addr && !addr->ssu->introducers.empty ())
637 {
638 addr->ssu->introducers.clear ();
639 UpdateRouterInfo ();
640 }
641 }
642
643 void RouterContext::SetFloodfill (bool floodfill)
644 {

Calls 1

GetSSU2AddressMethod · 0.80

Tested by

no test coverage detected