Trait netsim_embed_nat::PortAllocator[][src]

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

Required methods

fn next_port(&mut self, local_endpoint: SocketAddrV4) -> u16[src]

Loading content...

Implementors

impl PortAllocator for RandomPortAllocator[src]

impl PortAllocator for SequentialPortAllocator[src]

Loading content...