Thanks to visit codestin.com
Credit goes to github.com

Skip to content

FCPv2 ListPersistentRequests

David Roden edited this page Jan 2, 2025 · 1 revision

ListPersistentRequests asks the Freenet node for all its requests (inserts and downloads).

See GetRequestStatus for details on the messages that can be returned.

The node will send a EndListPersistentRequests messages after all requests have been sent.

Example

ListPersistentRequests
Identifier=list-persistent-requests-0001
EndMessage

Details

Field Possible values Mandatory Default Description
Identifier any string No An identifier that will be set as ListRequestIdentifier on all request messages and as Identifier on the final EndListPersistentRequests, if set.

Clone this wiki locally