« Previous | Next » 

Revision 17a413b7

ID17a413b75b1fe885a8a3647343393f99d349f061

Added by Alex Pyrgiotis about 11 years ago

Add partial support for verification

Adds an option to choose between verification modes:

1. meta: On this mode, we write our signature both at the start and the
end of the chunk size. It should be very fast and moderately safe,
due to the fact that corruptions happen it the chunk's edges.
2. full: Write our a random sequence of numbers throughout the chunk's
data range, which is reproducible given the object name and the
offset inside the object.

At the moment, only meta mode is available, but full will be supported
soon

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences