Most recent edit on 2007-04-15 21:19:38 by ZothaR [Added reference to Peer node-to-client FCP message for ModifyPeer]
Additions:
See Peer for the corresponding answer.
Edited on 2006-09-08 16:36:06 by ZothaR [Added AllowLocalAddresses]
Additions:
<td>AllowLocalAddresses</td>
<td>If set, the peer identified by the given NodeIdentifier is set allowLocalAddresses or not accordingly.</td>
Oldest known version of this page was edited on 2006-08-03 20:13:10 by JaQa []
Page view:
ModifyPeer
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 settings for a given peer of your Freenet node.
Example
ModifyPeer
NodeIdentifier=[UB] UberNode
IsDisabled=true
EndMessage
| Field |
Possible values |
Mandatory? |
Default |
Description |
| IsDisabled |
false, true |
No |
false |
If set, the peer identified by the given NodeIdentifier is enabled or disabled accordingly. |
| IsListenOnly |
false, true |
No |
false |
If set, the peer identified by the given NodeIdentifier is set ListenOnly or not accordingly. |
| NodeIdentifier |
<name> | <identity> | <ip>:<port> |
Yes |
|
The node name, identity or IP:port pair of the peer to be modified. |