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. | |
| struct GNUNET_CRYPTO_EddsaSignature | hop_sig |
| Signature of this hop over the path, of purpose GNUNET_SIGNATURE_PURPOSE_TRANSPORT_DV_HOP. | |
An entry describing a peer on a path in a struct TransportDVLearnMessage message.
Definition at line 660 of file gnunet-service-transport.c.
| struct GNUNET_PeerIdentity DVPathEntryP::hop |
Identity of a peer on the path.
Definition at line 665 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 671 of file gnunet-service-transport.c.
Referenced by sign_dhp_cp().