On Tuesday 29 January 2002 04:03, Sebastian wrote: > Hi Giannij, > I received this support mail, stating that no FEC has been configured. > What can/have to be configured in order to enable the FEC stuff? (I > never used it so far, so i have no clue). > > Sebastian >
Hi Sebastian: The FEC plugin code is already in freenet-ext.jar. You just need to put these lines in the freenet.ini file. Note the ".params." which was added since the DS merge. --snip-- fproxy.params.FECDecoder_0_name=OnionDecoder_0 fproxy.params.FECDecoder_0_class=OnionFECDecoder fproxy.params.FECEncoder_0_name=default_encoder fproxy.params.FECEncoder_0_class=OnionFECEncoder fproxy.params.FECEncoder_1_name=OnionEncoder_0 fproxy.params.FECEncoder_1_class=OnionFECEncoder --snip-- Optionally configure this line too: fproxy.params.tempDir=some_dir_with_lots_of_space If you don't set fproxy.params.tempDir, fproxy will dump it's temp files into the "default place" (C:\Window\Temp ???). The problem is that if the user kills the node before it has time to clean up its temp files they get left behind forever. In a perfect world we would never leak temp files, but since we sometimes do, I figured it is better to keep them in a separate dir where they are more easily cleaned up manually. Can you make sure these config options make it into the default freenet.ini for the Windows installer? --gj -- Freesites (0.3) freenet:MSK at SSK@enI8YFo3gj8UVh-Au0HpKMftf6QQAgE/homepage// (0.4) freenet:SSK at npfV5XQijFkF6sXZvuO0o~kG4wEPAgM/homepage// _______________________________________________ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl
