Skip to content

Minimal active FEC when the bandwith is high and new statistics for analysis

Flore Harlé requested to merge feature/active-fec-with-high-bandwidth into master

The FEC starts at the level 1 (L=10, D=0) instead of 0 (no repair packets) when the bandwidth is high for the low loss rate values.

Add new statistics to analyze the efficiency of the FEC :

  • Cumulative lost packets: number of source packets that have not been repaired by the current fec stream.
  • Repaired packets: number of source packets that were missing but have been repaired by the current fec stream.
Edited by Flore Harlé

Merge request reports