AllData
This is a message of the
Freenet Client Protocol 2.0 (FCP 2.0).
It is sent from the Freenet node to a client program.
For a
ClientGet with ReturnType=direct, the data is returned directly to the client, all at once, using the
AllData message. Obviously in many situations this will not be desirable, hence the other ReturnType options. Persistent direct requests will not send this immediately on completion of the request; see
GetRequestStatus.
Example
AllData
Identifier=Request Number One
DataLength=37261 // length of data
StartupTime=1189683889
CompletionTime=1189683889
Data
<37261 bytes of data>
this segment is not followed by an 'End
Message'