prf::net::UdpEchoService class final

lwIP-backed UDP echo service implementation.

Base classes

class IUdpEchoService
Minimal interface for optional UDP echo service used in diagnostics/tests.

Public functions

auto is_running() const -> bool override
Returns whether echo service is currently active.
auto start(uint16_t listen_port) -> bool override
Starts echo service on one UDP port.
void stop() override
Stops echo service if running.