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