GNUnet 0.21.2
CadetRoute Struct Reference
Collaboration diagram for CadetRoute:
[legend]

Data Fields

struct RouteDirection next
 Information about the next hop on this route. More...
 
struct RouteDirection prev
 Information about the previous hop on this route. More...
 
struct GNUNET_CADET_ConnectionTunnelIdentifier cid
 Unique identifier for the connection that uses this route. More...
 
struct GNUNET_TIME_Absolute last_use
 When was this route last in use? More...
 
struct GNUNET_CONTAINER_HeapNodehn
 Position of this route in the route_heap. More...
 

Detailed Description

Definition at line 142 of file gnunet-service-cadet_core.c.

Field Documentation

◆ next

struct RouteDirection CadetRoute::next

Information about the next hop on this route.

Definition at line 147 of file gnunet-service-cadet_core.c.

Referenced by destroy_route(), dir_ready_cb(), handle_connection_create(), route_message(), and timeout_cb().

◆ prev

struct RouteDirection CadetRoute::prev

Information about the previous hop on this route.

Definition at line 152 of file gnunet-service-cadet_core.c.

Referenced by destroy_route(), dir_ready_cb(), handle_connection_create(), route_message(), and timeout_cb().

◆ cid

Unique identifier for the connection that uses this route.

Definition at line 157 of file gnunet-service-cadet_core.c.

Referenced by destroy_route(), dir_ready_cb(), get_route(), handle_connection_create(), and timeout_cb().

◆ last_use

struct GNUNET_TIME_Absolute CadetRoute::last_use

When was this route last in use?

Definition at line 162 of file gnunet-service-cadet_core.c.

Referenced by handle_connection_create(), route_message(), and timeout_cb().

◆ hn

struct GNUNET_CONTAINER_HeapNode* CadetRoute::hn

Position of this route in the route_heap.

Definition at line 167 of file gnunet-service-cadet_core.c.

Referenced by destroy_route(), handle_connection_create(), and route_message().


The documentation for this struct was generated from the following file: