On Sun, Nov 17, 2002 at 03:39:57PM +0100, [EMAIL PROTECTED] wrote: > i spotted some mistakes within the .ini file. > > of course you already know about these ;) > but these are again from the stone age > > ---~~--- > > # Freenet configuration file > # This file was automatically generated by WinConfig on 11/17/02 > > now you know where it's from > > ---~~--- > > # The byte size of the datastore cache file. Note that it will maintain > # a fixed size. If you change this or the storePath field following, > # your entire datastore will be wiped and replaced with a blank one > storeSize=24G These are probably fixed. They are set up in freenet/src/freenet/node/Node.java. > > this only applies for the old monolitic store, not for the native > please add remarks for the new m/M/g/G modifiers, too > boy - am i a free-space-gifted :p These are not yet documented. > > ---~~--- > > # The path to a single file (including file name, or a comma-separated list of files, > # containing the data store. The size of each file is given by <storeSize>. > # Defaults to cache_<port> in the main freenet directory. > storeFile=D:\_freenet\store > > recently there was a mail with this in it: > > >> > remove "storeFile=E:\FreenetStore" in > -this mabe wrong because you set : storeType=freenet > (And this means that you will have a DS-directory - not a file > If you want to set the path to the Datastore use "storeDataFile=" Eh? What the hell is storeDataFile ? > << > > i don't know if this is right, if so, the above comment has to be fixed and the >property storeDataFile= should be included with corresponding comments No such thing AFAIK. > > ---~~--- > > # Should we use thread-management? If this number is defined and non-zero, > # this specifies how many inbound connections can be active at once. > maximumThreads=120 > > a hint should be added, that there are two thread factories: + and - > or add a new property threadFactory=<classname> with some example classnames Yeah probably. > > ---~~--- > > # The name of a symmetric cipher algorithm to encrypt the datastore > # contents with. Supported algorithms are "Twofish", "Rijndael", > # and "null", "none", or "void" (for no encryption). > storeCipherName=none > > i'm not sure if this works for me. > the stored metadata on files is cleartext and the Data section is encoded with >rjindael. or is this already encryption "none" (because i can read the > metadata)? Yes, we never implemented superencryption on the native datastore. It's unnecessary IMHO. > > ---~~--- > > there are for sure some more fields, but a) i'm no expert in the .ini files of >freenet and b) i'm not sure if some of these are deprecated or whatever and c) there > are too many undocumented fields For example? On a recently generated freenet.conf from a recent node build? > > have a nice day.... >
-- Matthew Toseland [EMAIL PROTECTED] [EMAIL PROTECTED] Freenet/Coldstore open source hacker. Employed full time by Freenet Project Inc. from 11/9/02 to 11/1/03 http://freenetproject.org/
msg02170/pgp00000.pgp
Description: PGP signature
