Skip to main content

Module network

Module network 

Source
Expand description

Network simulation and configuration. Network simulation and configuration.

This module provides simulated networking that integrates with the deterministic simulation engine for testing.

Re-exports§

pub use config::ChaosConfiguration;
pub use config::ConnectFailureMode;
pub use config::NetworkConfiguration;
pub use config::sample_duration;
pub use sim::SimNetworkProvider;

Modules§

config
Network configuration and settings
sim
Simulated networking implementation for testing Simulated networking implementation.