# Freenet configuration file
# Note that all properties may be overridden from the command line,
# so for example, java Freenet.Node -listenPort 10000 will cause
# the setting in this file to be ignored

# Connection "tunneling" on or off
Tunnel=YES

# The port to which the Freenet Server should listen for connections
 listenPort=19114

# How often to write the datastore to disk (in seconds)
checkpointInterval=60

# The size of the disk cache is specified here in bytes
diskCache=10000000

# The number of items permitted in the dataStore
dataStoreSize=500

# The number of outstanding message replies the node will
# wait for before it starts to "forget" them
messageStoreSize=100

# The URL of a CGI script which will allow the server
# to learn about other servers in the Freenet, and
# to inform other servers of its presence.
informUrl=http://freenet.sourceforge.net/inform.php
# Should we read some information about other nodes from the informUrl?
informRead=yes
# Should we write our address to the inform URL so that others might
# find out about us more easily?
informWrite=yes

# The number of milliseconds between ticks on the timer
tickerTime=500

# The time to wait before starting a new request, per hops left
# for the message to live
timePerHop=3000

# How long to wait to connect to a host before giving up (in milliseconds)
connectTimeout=2000

# How long to wait for a handshake (in milliseconds)
handshakeTimeout=3000

# The error reporting threshold, one of:
#  Error:      Errors only
#  Normal:     Report significant events
#  Minor:      Report minor events
#  Debugging:  Report events only of relevance when debugging
logging=DEBUGGING
