//! Network simulation: bandwidth-limit proxy with configurable bandwidth, latency, and drop.
//!
//! The proxy (bandwidth_limit_router) sits between clients and LocalTestServer.
//! Profiles are constructed only via NetworkProfileBuilder, which returns a NetworkProfileProvider.
pub use NetworkSimulationProxy;
pub use ;