darrenldl / blockyarchive

Blocky archive - multithreaded archiver offering bit rot protection and sector level recoverability
MIT License
95 stars 4 forks source link

Encode core seq num tracking is not correct for FEC mode #254

Closed darrenldl closed 5 years ago

darrenldl commented 5 years ago

Seq num of block_for_seq_num_check is only increment for each data chunk read, this means parity blocks are not taken into account, underestimating the seq num usage.