-
Notifications
You must be signed in to change notification settings - Fork 2
FCPv2 ListPeer
DC* edited this page Aug 29, 2020
·
2 revisions
ListPeer asks the Freenet node for the details of a given Freenet node connected directly to it (in a Peer message). If the node can not find the requested node, an UnknownNodeIdentifier message is sent.
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 reply.