Skip to content
Verified Commit 325789d9 authored by Luker's avatar Luker
Browse files

Add option to ill with zeros the lost symbols

Fixes #24



Sometimes it makes sense to have incomplete data.
This way we both de-interleave the incomplete data
and we give a std::vector<bool> of which bytes were
transmitted correctly and which were zeroed out.

Accessible through the end_of_input() calls, as it is the
only call that makes sense for this, since we need to
also ignore any other repair symbol.

Signed-off-by: default avatarLuca Fulchir <luker@fenrirproject.org>
parent 53a4f74d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment