GNUnet 0.21.1
DVPathEntryP Struct Reference

An entry describing a peer on a path in a struct TransportDVLearnMessage message. More...

Collaboration diagram for DVPathEntryP:
[legend]

Data Fields

struct GNUNET_PeerIdentity hop
 Identity of a peer on the path. More...
 
struct GNUNET_CRYPTO_EddsaSignature hop_sig
 Signature of this hop over the path, of purpose GNUNET_SIGNATURE_PURPOSE_TRANSPORT_DV_HOP. More...
 

Detailed Description

An entry describing a peer on a path in a struct TransportDVLearnMessage message.

Definition at line 644 of file gnunet-service-transport.c.

Field Documentation

◆ hop

struct GNUNET_PeerIdentity DVPathEntryP::hop

Identity of a peer on the path.

Definition at line 649 of file gnunet-service-transport.c.

Referenced by check_dv_learn(), dv_neighbour_selection(), dv_neighbour_transmission(), forward_dv_learn(), and handle_dv_learn().

◆ hop_sig

struct GNUNET_CRYPTO_EddsaSignature DVPathEntryP::hop_sig

Signature of this hop over the path, of purpose GNUNET_SIGNATURE_PURPOSE_TRANSPORT_DV_HOP.

Definition at line 655 of file gnunet-service-transport.c.


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