pub type HttpTracker = HttpTracker;
Aliased Type§
pub struct HttpTracker {
pub bind_address: SocketAddr,
pub tsl_config: Option<TslConfig>,
}
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
.
tsl_config: Option<TslConfig>
TSL config.