Add more details to readme

This commit is contained in:
Christopher Berner 2019-04-13 22:32:15 -07:00
parent 435e2c1207
commit d97d31a275

@ -7,5 +7,6 @@
Rust implementation of RaptorQ (RFC6330)
Recovery properties:
Reconstruction probability after receiving K + h packets = 1 - 1/256^(h + 1).
Reconstruction probability after receiving K + h packets = 1 - 1/256^(h + 1). Where K is the number of packets in the
original message, and h is the number of additional packets received.
See "RaptorQ Technical Overview" by Qualcomm