Packet loss classification

Crates.io docs.rs docs ci

This crate provides some popular packet loss classifiers.

Packet loss in networks happens due to congestion and wireless errors. Depending on the reason behind such errors an application might have to take different measures to enhance performance.

This crate provides five classifiers ([MBiaz], [Spike], [ZigZag], [ZBS] and [Trend]) for packet loss classification. Each performs well under certain circumstances and it is up to the user to decide on the best fit. [ZBS] being a hybrid version of the first four can lead to good results across a number of network topologies based on topology estimation.

For the theory behind all algorithms the following two papers (where theory and algorithms are taken from) are highly recommended: