fumble 0.6.1

an oxidized implementation of the original clumsy tool, designed to simulate adverse network conditions on Windows systems.
1
2
3
4
5
6
7
8
pub mod bandwidth;
pub mod delay;
pub mod drop;
pub mod duplicate;
pub mod reorder;
pub mod stats;
pub mod tamper;
pub mod throttle;