Reply to a GET send from the service to a client. More...
#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/service/dht/dht.h>
Data Fields | |
| struct GNUNET_MessageHeader | header |
| Type: GNUNET_MESSAGE_TYPE_DHT_CLIENT_RESULT. | |
| uint32_t | type |
| The type for the data. | |
| uint32_t | reserved |
| Reserved, always 0. | |
| uint32_t | options |
| Message options, actually an 'enum GNUNET_DHT_RouteOption' value. | |
| uint32_t | put_path_length |
| Number of peers recorded in the outgoing path from source to the storgage location of this message. | |
| uint32_t | get_path_length |
| The number of peer identities recorded from the storage location to this peer. | |
| uint64_t | unique_id |
| Unique ID of the matching GET request. | |
| struct GNUNET_TIME_AbsoluteNBO | expiration |
| When does this entry expire? | |
| struct GNUNET_HashCode | key |
| The key that was searched for. | |
| struct GNUNET_MessageHeader GNUNET_DHT_ClientResultMessage::header |
Type: GNUNET_MESSAGE_TYPE_DHT_CLIENT_RESULT.
Definition at line 148 of file dht.h.
Referenced by process_client_result().
| uint32_t GNUNET_DHT_ClientResultMessage::type |
The type for the data.
Definition at line 153 of file dht.h.
Referenced by forward_reply(), and process_client_result().
| uint32_t GNUNET_DHT_ClientResultMessage::reserved |
| uint32_t GNUNET_DHT_ClientResultMessage::options |
Message options, actually an 'enum GNUNET_DHT_RouteOption' value.
Definition at line 163 of file dht.h.
Referenced by forward_reply(), and process_client_result().
| uint32_t GNUNET_DHT_ClientResultMessage::put_path_length |
Number of peers recorded in the outgoing path from source to the storgage location of this message.
Definition at line 169 of file dht.h.
Referenced by forward_reply(), GDS_CLIENTS_handle_reply(), and process_client_result().
| uint32_t GNUNET_DHT_ClientResultMessage::get_path_length |
The number of peer identities recorded from the storage location to this peer.
Definition at line 175 of file dht.h.
Referenced by forward_reply(), GDS_CLIENTS_handle_reply(), and process_client_result().
| uint64_t GNUNET_DHT_ClientResultMessage::unique_id |
Unique ID of the matching GET request.
Definition at line 180 of file dht.h.
Referenced by forward_reply(), and process_client_result().
| struct GNUNET_TIME_AbsoluteNBO GNUNET_DHT_ClientResultMessage::expiration |
When does this entry expire?
Definition at line 185 of file dht.h.
Referenced by forward_reply(), and process_client_result().
| struct GNUNET_HashCode GNUNET_DHT_ClientResultMessage::key |