| 55 | SNP::removeAdvertisement(makeBin(host)); |
| 56 | } |
| 57 | void passPacket(const PEERID& host, Util::MemoryFrame packet) |
| 58 | { |
| 59 | SNP::passPacket(makeBin(host), packet); |
| 60 | } |
| 61 | |
| 62 | // network plug functions |
| 63 | virtual void initialize() = 0; |
nothing calls this directly
no test coverage detected