It's not in fproxy. Though the FECEncoder doc does at least suggest that blocks should be <= 1M. See javadoc for FECEncoder.getBlockSize() http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/freenet/freenet/src/freenet/client/FECEncoder.java?rev=1.2&content-type=text/vnd.viewcvs-markup
The actual implementation is the encoder plugin code. SegmentationParams.selectBlockSize(long segLen) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/freenet/Contrib/fecimpl/onion/SegmentationParams.java?rev=1.1&content-type=text/vnd.viewcvs-markup On Sunday 20 October 2002 21:24, mt wrote: > > The FEC stuff won't generate chunks bigger than 1Mb. > > What is the algorithm for chunksize? Where is it executed? > > > fproxy inserting FEC encodes files > 1Mb. > _______________________________________________ devl mailing list devl at freenetproject.org http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl
