FreenetWiki : FCP2p0ConfigData

HomePage :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register
Most recent edit on 2008-02-13 21:39:19 by JeromeFlesch [add examples of data types]

Additions:
dataType.fcp.enabled=boolean
dataType.fcp.persistentDownloadsFile=string
dataType.fcp.bindTo=string
dataType.fcp.port=number
dataType.fcp.persistentDownloadsInterval=number
dataType.node.testnet.enabled=boolean
(data types are only available since 1110)




Oldest known version of this page was edited on 2007-04-15 20:40:39 by ZothaR [Added the ConfigData node-to-client FCP message]
Page view:

ConfigData


This is a message of the Freenet Client Protocol 2.0 (FCP 2.0).
It is sent by the Freenet node to a client program in response to a GetConfig and ModifyConfig messages.

It gives the requested details of the Freenet node's configuration in response to the GetConfig message and the current configuration settings of the Freenet node in response to the ModifyConfig message.

Example
(Note: This example has been edited for brevity. Actual results would be much more extensive.)

ConfigData
current.fcp.enabled=true
current.fcp.persistentDownloadsFile=downloads.dat
current.fcp.bindTo=127.0.0.1
current.fcp.port=9481
current.fcp.persistentDownloadsInterval=300000
current.node.testnet.enabled=false
shortDescription.fcp.enabled=Is FCP server enabled ?
shortDescription.fcp.persistentDownloadsFile=Filename to store persistent downloads in
shortDescription.fcp.bindTo=IP address to bind to
shortDescription.fcp.port=FCP port number
shortDescription.fcp.persistentDownloadsInterval=Interval between writing persistent downloads to disk
shortDescription.node.testnet.enabled=Enable testnet mode? (DANGEROUS)
longDescription.fcp.enabled=Is FCP server enabled ?
longDescription.fcp.persistentDownloadsFile=Filename to store details of persistent downloads to
longDescription.fcp.bindTo=IP address to bind the FCP server to
longDescription.fcp.port=FCP port number
longDescription.fcp.persistentDownloadsInterval=Interval between writing persistent downloads to disk
longDescription.node.testnet.enabled=Whether to enable testnet mode (DANGEROUS!). Testnet mode eliminates your anonymity in exchange for greatly assisting the developers in debugging the node.
EndMessage
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.2
Page was generated in 0.1070 seconds