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
9
10
11
pub mod bandwidth_widget;
pub mod custom_widget;
pub mod delay_widget;
pub mod drop_widget;
pub mod duplicate_widget;
pub mod filter_widget;
pub mod logs_widget;
pub mod reorder_widget;
pub mod tamper_widget;
pub mod throttle_widget;
pub mod utils;