You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using LZ4 streaming compression feature to fit data into UDP packets and file-based chunks. Streaming mode is less efficient, but it allows us to avoid backtracking (e.g. when adding the last entry will overflow the chunk size). That said, fitting the chunks tightly is not a priority when dumping them to disk. However, using the same code for both network and torrent-based transfers is.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Files are not able to be compressed further
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: