Data Fields | |
| GNUNET_MessageHeader | header |
| unsigned int | type |
| unsigned int | hop_count |
| unsigned int | network_size |
| GNUNET_HashCode | key |
Definition at line 122 of file dht/module/routing.c.
Definition at line 125 of file dht/module/routing.c.
Referenced by GNUNET_DHT_put(), handle_get(), handle_put(), handle_result(), and route_result().
| unsigned int DHT_MESSAGE::type |
Type of the requested content (NBO)
Definition at line 130 of file dht/module/routing.c.
Referenced by add_route(), GNUNET_DHT_put(), handle_put(), handle_result(), and route_result().
| unsigned int DHT_MESSAGE::hop_count |
Number of hops this message has passed (NBO)
Definition at line 135 of file dht/module/routing.c.
Referenced by GNUNET_DHT_put(), handle_get(), handle_put(), and route_result().
| unsigned int DHT_MESSAGE::network_size |
Network size estimate -- sum of the logs of the network size estimates of all hops this message has passed so far.
Definition at line 142 of file dht/module/routing.c.
Referenced by GNUNET_DHT_put(), handle_get(), handle_put(), and route_result().
Search key.
Definition at line 147 of file dht/module/routing.c.
Referenced by add_route(), GNUNET_DHT_put(), handle_put(), handle_result(), and route_result().
1.5.6