FEC丢包率计算 - maxwellhouse102/UDPspeeder GitHub Wiki
f(20,10,10%)=0.0089%
表示10%丢包率的情况下20+10个包中丢失10个以上的概率
为0.0089%
。也就是说,网络本身的丢包率为10%
,使用-f20:10
参数后(--mode 0
模式),丢包率可以降低到`0.0089%
simple english translation
f(20,10,10%)=0.0089%
means if -f20:10
is used, if the real-packet-loss
is 10%
, then the after-fec-packet-loss
will be 0.0089%
.
(assume --mode 0
is used)