Protocol implementation
| 63 | protected: |
| 64 | // Protocol implementation |
| 65 | size_t onSend(const void* data, size_t size) override { Multicast(data, size); return size; } |
| 66 | }; |
| 67 | |
| 68 | int main(int argc, char** argv) |
nothing calls this directly
no outgoing calls
no test coverage detected