Type Alias UdpTracker

Source
pub type UdpTracker = UdpTracker;

Aliased Type§

pub struct UdpTracker {
    pub bind_address: SocketAddr,
}

Fields§

§bind_address: SocketAddr

The address the tracker will bind to. The format is ip:port, for example 0.0.0.0:6969. If you want to listen to all interfaces, use 0.0.0.0. If you want the operating system to choose a random port, use port 0.