36 using SharedUdpPtr = std::shared_ptr<wpi::net::uv::Udp>;
38 wpi::net::EventLoopRunner m_loopRunner{};
40 wpi::util::Logger m_logger;
41 std::function<uint64_t()> m_timeProvider;
45 std::thread m_listener;
48 void UdpCallback(wpi::net::uv::Buffer& buf,
size_t nbytes,
49 const sockaddr& sender,
unsigned flags);