Skip to content
DC* edited this page Aug 29, 2020 · 2 revisions

ListPeers asks the Freenet node for a list of other Freenet nodes connected directly to you (Peers).

This message is replied to using Peer.

Example

 ListPeers
 WithMetadata=true
 WithVolatile=false
 EndMessage

Details

Field Possible values Mandatory Default Description
Identifier no Identifier for the request; this lets you match the Peer reply to this request.
WithMetadata [true,false] no false If true, the metadata subtree be included in the returned fieldset for each peer
WithVolatile [true,false] no false If true, the volatile status information will be included in the returned fieldset for each peer
Clone this wiki locally