]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
pyfec: rename and clarify -- "blocks" are the units of input/output of the codec...
authorZooko O'Whielacronx <zooko@zooko.com>
Fri, 30 Mar 2007 18:52:43 +0000 (11:52 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Fri, 30 Mar 2007 18:52:43 +0000 (11:52 -0700)
commit50e977a7c621670ebe6571987ad62beaf80d394d
tree25cabeb09448d43a34bb3f32bd96dd06c879904b
parentd5be3e6086b2a8b6beeab74e1008df809b8b7f7b
pyfec: rename and clarify -- "blocks" are the units of input/output of the codec, "shares" are sequences of blocks (used to process arbitrary-length files)
pyfec/README.txt
pyfec/fec/_fecmodule.c
pyfec/fec/easyfec.py
pyfec/fec/fec.c
pyfec/fec/fec.h
pyfec/fec/filefec.py
pyfec/fec/test/test_pyfec.py