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

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

---~~---

# 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="
<<

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

---~~---

# 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

---~~---

# 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)?

---~~---

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

have a nice day....



_______________________________________________
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support

Reply via email to