| 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 | { |
no test coverage detected