-
Notifications
You must be signed in to change notification settings - Fork 866
FEC丢包率计算
Yancey Wang edited this page Jan 6, 2022
·
4 revisions
f(20,10,10%)=0.0089% 表示10%丢包率的情况下20+10个包中丢失10个以上的概率为0.0089%。也就是说,网络本身的丢包率为10%,使用-f20:10参数后(--mode 0模式),丢包率可以降低到`0.0089%
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)