An entry describing a peer on a path in a struct TransportDVLearnMessage
message.
More...
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... | |
An entry describing a peer on a path in a struct TransportDVLearnMessage
message.
Definition at line 650 of file gnunet-service-transport.c.
struct GNUNET_PeerIdentity DVPathEntryP::hop |
Identity of a peer on the path.
Definition at line 655 of file gnunet-service-transport.c.
Referenced by check_dv_learn(), dv_neighbour_selection(), dv_neighbour_transmission(), forward_dv_learn(), and handle_dv_learn().
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 661 of file gnunet-service-transport.c.