ListPeer
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 asks the Freenet node for the details of a given Freenet connected directly to it (peer).
Example (build 1134)
ListPeer
NodeIdentifier=[UB] UberNode
WithVolatile=false
WithMetadata=true
EndMessage
| Field |
Possible values |
Mandatory? |
Default |
Description |
| NodeIdentifier |
<name> | <identity> | <ip>:<port> |
Yes |
|
The node name (except for opennet peers), identity or IP:port pair of the peer to be modified. |
| WithMetadata |
true, false |
No |
false |
When true, additional metadata is added to the output of the Peer reply sent by the node.
|
| WithVolatile |
true, false |
No |
false |
When true, additional volatile data is added to the output of the Peer reply sent by the node.
|
See
Peer for the corresponding answer.