ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Algorithm-FEC/FEC.pm
(Generate patch)

Comparing Algorithm-FEC/FEC.pm (file contents):
Revision 1.10 by root, Sun Jun 27 12:57:30 2004 UTC vs.
Revision 1.13 by root, Sun Dec 23 15:43:27 2007 UTC

34 34
35require XSLoader; 35require XSLoader;
36 36
37no warnings; 37no warnings;
38 38
39$VERSION = 0.5; 39$VERSION = '1.0';
40 40
41XSLoader::load Algorithm::FEC, $VERSION; 41XSLoader::load Algorithm::FEC, $VERSION;
42 42
43=item $fec = new Algorithm::FEC $data_blocks, $encoded_blocks, $blocksize 43=item $fec = new Algorithm::FEC $data_blocks, $encoded_blocks, $blocksize
44 44
155 155
156=head1 COMPATIBILITY 156=head1 COMPATIBILITY
157 157
158The way this module works is compatible with the way freenet 158The way this module works is compatible with the way freenet
159(L<http://freenet.sf.net>) encodes files. Comaptibility to other file 159(L<http://freenet.sf.net>) encodes files. Comaptibility to other file
160formats or networks is not know, please tell me if you find more examples. 160formats or networks is not known, please tell me if you find more examples.
161 161
162=head1 SEE ALSO 162=head1 SEE ALSO
163 163
164L<Net::FCP>. And the author, who might be happy to receive mail from any 164L<Net::FCP>. And the author, who might be happy to receive mail from any
165user, just to see that this rather rarely-used module is actually being 165user, just to see that this rather rarely-used module is actually being
173 * utility functions for files should be provided. 173 * utility functions for files should be provided.
174 * 16 bit version not tested 174 * 16 bit version not tested
175 175
176=head1 AUTHOR 176=head1 AUTHOR
177 177
178 Marc Lehmann <pcg@goof.com> 178 Marc Lehmann <schmorp@schmorp.de>
179 http://home.schmorp.de 179 http://home.schmorp.de
180 180
181=cut 181=cut
182 182
1831; 1831;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines