GetNode
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 it's node reference and possibly node statistics.
Example
GetNode WithPrivate=true WithVolatile=false EndMessage
| Field | Possible values | Mandatory? | Default | Description |
|---|---|---|---|---|
| GiveOpennetRef (since 1044) | false, true | No | false | If set true, the opennet node reference is returned rather than the darknet node reference |
| WithPrivate | false, true | No | false | If set true, the private-to-the-nodes fields be included with the returned node reference |
| WithVolatile | false, true | No | false | If set true, the volatile statistical information will be included in the returned fieldset |
See NodeData for the corresponding answer.