Most recent edit on 2007-02-15 07:43:07 by BeBack
Additions:
Since 1016: The node will confirm the modify of the request by sending a PersistentRequestModified to the client that sent the ModifyPersistentRequest message, and to each client that listens to the global queue (if the request is on the global queue).
Deletions:
Coming soon: The node will confirm the modify of the request by sending a PersistentRequestModified to the client that sent the ModifyPersistentRequest message, and to each client that listens to the global queue (if the request is on the global queue).
Edited on 2007-02-12 09:23:19 by BeBack
Additions:
Coming soon: The node will confirm the modify of the request by sending a PersistentRequestModified to the client that sent the ModifyPersistentRequest message, and to each client that listens to the global queue (if the request is on the global queue).
Deletions:
Coming soon: The node will confirm the modify of the request by sending a PersistentRequestModified to the client that sent the ModifyPersistentRequest message, and to each client that listens to the global queue (if the request is on the global queue).
Edited on 2007-02-12 09:22:37 by BeBack
Additions:
Identifier and Global are mandatory. ClientToken and PriorityClass are optional, but at least one of them should be set. Suppressed optional parameters will not be changed on the request.
Deletions:
Identifier and Global are mandatory. ClientToken and PriorityClass are optional, but at least one of them should be set. Suppressed optional parameters will not be changed on the request.
Edited on 2007-02-12 09:21:56 by BeBack
Additions:
Identifier and Global are mandatory. ClientToken and PriorityClass are optional, but at least one of them should be set. Suppressed optional parameters will not be changed on the request.
Coming soon: The node will confirm the modify of the request by sending a PersistentRequestModified to the client that sent the ModifyPersistentRequest message, and to each client that listens to the global queue (if the request is on the global queue).
Deletions:
TODO - Indicate which of the 'keyword=value' lines below are mandatory, and if not, what their defaults are
Oldest known version of this page was edited on 2006-08-03 21:28:30 by JaQa []
Page view:
ModifyPersistentRequest
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.
It modifies the
ClientToken and
PriorityClass fields of the persistent request that is identified by the
Identifier value. The
Global field specifies whether the request is on the global queue or not (Identifier namespaces are separate for the global and local queue).
TODO - Indicate which of the 'keyword=value' lines below are mandatory, and if not, what their defaults are
Example
ModifyPersistentRequest
Global=false
Identifier=Insert-1
ClientToken=new client token
PriorityClass=5
EndMessage