| 33 | #include "openhd_spdlog.h" |
| 34 | |
| 35 | static std::shared_ptr<spdlog::logger> get_console() { |
| 36 | return openhd::log::create_or_get("UDP"); |
| 37 | } |
| 38 | |
| 39 | openhd::UDPForwarder::UDPForwarder(std::string client_addr1, |
| 40 | int client_udp_port1) |
no outgoing calls
no test coverage detected