Most recent edit on 2007-09-13 11:47:56 by NextGens [fix a typo]
Additions:
StartupTime=1189683889
Deletions:
StartuptTime=1189683889
Edited on 2007-09-13 11:45:12 by NextGens [add StartupTime]
Additions:
StartuptTime=1189683889
CompletionTime=1189683889
Edited on 2007-03-21 14:26:05 by EthicalAnarhist [i've spiked it, no endmessage, not even a new line is added]
Additions:
this segment is not followed by an 'EndMessage'
Deletions:
TODO - if this segment is not followed by an 'EndMessage', then state this explicitly
Edited on 2007-01-08 14:27:54 by BeBack
Additions:
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.
Deletions:
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 GetResults.
Oldest known version of this page was edited on 2006-08-03 20:39:23 by JaQa []
Page view:
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
GetResults.
Example
AllData
Identifier=Request Number One
DataLength=37261 // length of data
Data
<37261 bytes of data>
TODO - if this segment is not followed by an 'End
Message', then state this explicitly