FCPv2 ModifyPersistentRequest - hyphanet/wiki GitHub Wiki
ModifyPersistentRequest tells the Freenet node to change certain parameters of a persistent request.
If parameters of a request have been modified, the node will answer with a PersistentRequestModified message.
Example
ModifyPersistentRequest
Identifier=get-config-0001
Global=true
ClientToken=new-client-token
PriorityClass=3
EndMessage
Details
Field | Possible values | Mandatory | Default | Description |
---|---|---|---|---|
Identifier | any string | Yes | The identifier of the request to modify. | |
Global | [true, false] | No | false | If true, the requests will also be searched for on the global queue, otherwise only the client’s queue will be searched. |
ClientToken | any string | No | n/a | The new client token to set on the request, if set. |
PriorityClass | [0, 1, 2, 3, 4, 5, 6] | No | n/a | The new priority of the request, if set. |