A routing entry. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/testbed/gnunet-service-testbed.h>
Data Fields | |
uint32_t | dest |
destination host More... | |
uint32_t | thru |
The destination host is reachable thru. More... | |
A routing entry.
Definition at line 62 of file gnunet-service-testbed.h.
uint32_t Route::dest |
destination host
Definition at line 67 of file gnunet-service-testbed.h.
Referenced by forward_overlay_connect(), handle_link_controllers(), handle_peer_create(), and route_list_add().
uint32_t Route::thru |
The destination host is reachable thru.
Definition at line 72 of file gnunet-service-testbed.h.
Referenced by GST_find_dest_route(), and handle_link_controllers().