Simple script to create some test zsync files with different blocksize:

for BS in 32768 16384 8196 4096 2048 1024 512 256 128 64 32 16 8 4 2 1; do
  echo "Blocksize: $BS"
  zsyncmake -b $BS testfile.bin -o  testfile.bin.$BS.zsync
  ls -l testfile.bin.$BS.zsync
done

-- 
zsyncmake doesn't check blocksize parameter well
https://bugs.launchpad.net/bugs/421044
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to