Response from FS service with a result for a previous FS search. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/fs/fs.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Message type will be GNUNET_MESSAGE_TYPE_FS_PUT. More... | |
uint32_t | type |
Type of the block (in big endian). More... | |
struct GNUNET_TIME_AbsoluteNBO | expiration |
When does this result expire? More... | |
struct GNUNET_TIME_AbsoluteNBO | last_transmission |
When was the last time we've tried to download this block? (FOREVER if unknown/not relevant) More... | |
uint32_t | num_transmissions |
How often did we transmit this query before getting an answer (estimate). More... | |
uint32_t | respect_offered |
How much respect did we offer (in total) before getting an answer (estimate). More... | |
Response from FS service with a result for a previous FS search.
Note that queries for DBLOCKS and IBLOCKS that have received a single response are considered done. This message is transmitted between the service and a client.
struct GNUNET_MessageHeader ClientPutMessage::header |
Message type will be GNUNET_MESSAGE_TYPE_FS_PUT.
Definition at line 360 of file fs.h.
Referenced by handle_put(), and handle_result().
uint32_t ClientPutMessage::type |
Type of the block (in big endian).
Should never be zero.
Definition at line 365 of file fs.h.
Referenced by handle_put(), and handle_result().
struct GNUNET_TIME_AbsoluteNBO ClientPutMessage::expiration |
struct GNUNET_TIME_AbsoluteNBO ClientPutMessage::last_transmission |
When was the last time we've tried to download this block? (FOREVER if unknown/not relevant)
Definition at line 376 of file fs.h.
Referenced by handle_put().
uint32_t ClientPutMessage::num_transmissions |
How often did we transmit this query before getting an answer (estimate).
Definition at line 382 of file fs.h.
Referenced by handle_put().
uint32_t ClientPutMessage::respect_offered |
How much respect did we offer (in total) before getting an answer (estimate).
Definition at line 388 of file fs.h.
Referenced by handle_put().