Protocol implementation
| 91 | |
| 92 | // Protocol implementation |
| 93 | size_t onSend(const void* data, size_t size) override { Multicast(data, size); return size; } |
| 94 | }; |
| 95 | |
| 96 | int main(int argc, char** argv) |
nothing calls this directly
no outgoing calls
no test coverage detected