Message to monitor get results going through peer, DHT service -> clients. 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_P2P_RESULT. | |
| uint32_t | type |
| Content type. | |
| uint32_t | reserved |
| Reserved, always 0. | |
| uint32_t | options |
| Message options, actually an 'enum GNUNET_DHT_RouteOption' value. | |
| uint32_t | put_path_length |
| Length of the PUT path that follows (if tracked). | |
| uint32_t | get_path_length |
| Length of the GET path that follows (if tracked). | |
| struct GNUNET_TIME_AbsoluteNBO | expiration_time |
| When does the content expire? | |
| struct GNUNET_HashCode | key |
| The key of the corresponding GET request. | |
Message to monitor get results going through peer, DHT service -> clients.
| struct GNUNET_MessageHeader GNUNET_DHT_MonitorGetRespMessage::header |
| uint32_t GNUNET_DHT_MonitorGetRespMessage::type |
| uint32_t GNUNET_DHT_MonitorGetRespMessage::reserved |
| uint32_t GNUNET_DHT_MonitorGetRespMessage::options |
| uint32_t GNUNET_DHT_MonitorGetRespMessage::put_path_length |
Length of the PUT path that follows (if tracked).
Definition at line 401 of file dht.h.
Referenced by response_action().
| uint32_t GNUNET_DHT_MonitorGetRespMessage::get_path_length |
Length of the GET path that follows (if tracked).
Definition at line 406 of file dht.h.
Referenced by response_action().
| struct GNUNET_TIME_AbsoluteNBO GNUNET_DHT_MonitorGetRespMessage::expiration_time |
When does the content expire?
Definition at line 411 of file dht.h.
Referenced by response_action().
| struct GNUNET_HashCode GNUNET_DHT_MonitorGetRespMessage::key |
The key of the corresponding GET request.
Definition at line 416 of file dht.h.
Referenced by response_action().