ModifyConfig
This is a message of the Freenet Client Protocol 2.0 (FCP 2.0).
It is sent from a client program to the Freenet node.
This message modifies configuration settings of your Freenet node.
Example
ModifyConfig node.outputBandwidthLimit=25K node.storeSize=30G logger.interval=30MINUTE fproxy.css=sky EndMessage
| Field | Possible values | Mandatory? | Default | Description |
|---|---|---|---|---|
| <configuration_fieldset_path> | <value_appropriate_for_setting> | Yes, if you want anything to change | The configuration fieldset path and value to be modified. Can be used more than once per message. |
See ConfigData for the corresponding answer.