use Duration;
pub use ConstLatencyProvider;
pub use PingDataLatencyProvider;
/// A latency data provider from real world data.
/// The latency provider is instantiated per simulation and is responsible to provide the
/// latency/distance value for two nodes.
pub type DefaultLatencyProvider = PingDataLatencyProvider;