| 56 | } |
| 57 | |
| 58 | openhd::UDPForwarder::~UDPForwarder() { close(sockfd); } |
| 59 | |
| 60 | void openhd::UDPForwarder::forwardPacketViaUDP( |
| 61 | const uint8_t *packet, const std::size_t packetSize) const { |
nothing calls this directly
no outgoing calls
no test coverage detected