pub trait PortAllocator: Debug + Send { // Required method fn next_port(&mut self, local_endpoint: SocketAddrV4) -> u16; }