Data Fields | |
| GNUNET_MessageHeader | header |
| unsigned int | type |
| unsigned int | hop_count |
| unsigned int | network_size |
| GNUNET_HashCode | key |
Definition at line 121 of file routing.c.
Definition at line 124 of file routing.c.
Referenced by handleGet(), handlePut(), handleResult(), and routeResult().
| unsigned int DHT_MESSAGE::type |
Type of the requested content (NBO)
Definition at line 129 of file routing.c.
Referenced by addRoute(), handleResult(), and routeResult().
| unsigned int DHT_MESSAGE::hop_count |
Number of hops this message has passed (NBO)
Definition at line 134 of file routing.c.
Referenced by handleGet(), handlePut(), and routeResult().
| 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 141 of file routing.c.
Referenced by handleGet(), handlePut(), and routeResult().
Search key.
Definition at line 146 of file routing.c.
Referenced by addRoute(), handleResult(), and routeResult().
1.5.1