Documentation ¶
Index ¶
Constants ¶
View Source
const CHUNK_SIZE = 8 * 4096
Variables ¶
This section is empty.
Functions ¶
func RunSynchronizerService ¶
func RunSynchronizerService(link io.ReadWriteCloser) error
Types ¶
type Chunk ¶
type Chunk struct { Signature Data [CHUNK_SIZE]byte }
type File ¶
type File struct {
// contains filtered or unexported fields
}
func (*File) NextSignature ¶
type Synchronizer ¶
type Synchronizer int
Click to show internal directories.
Click to hide internal directories.