GNUnet 0.24.4-talerdev.1-12-g8362a9920
 
Loading...
Searching...
No Matches
TransportValidationPS Struct Reference

Message signed by a peer to confirm that it can indeed receive messages at a particular address. More...

Collaboration diagram for TransportValidationPS:
[legend]

Data Fields

struct GNUNET_CRYPTO_EccSignaturePurpose purpose
 Purpose is GNUNET_SIGNATURE_PURPOSE_TRANSPORT_CHALLENGE.
 
struct GNUNET_TIME_RelativeNBO validity_duration
 How long does the sender believe the address on which the challenge was received to remain valid?
 
struct GNUNET_CRYPTO_ChallengeNonceP challenge
 Challenge signed by the receiving peer.
 

Detailed Description

Message signed by a peer to confirm that it can indeed receive messages at a particular address.

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

Field Documentation

◆ purpose

◆ validity_duration

struct GNUNET_TIME_RelativeNBO TransportValidationPS::validity_duration

How long does the sender believe the address on which the challenge was received to remain valid?

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

Referenced by handle_validation_challenge().

◆ challenge

struct GNUNET_CRYPTO_ChallengeNonceP TransportValidationPS::challenge

Challenge signed by the receiving peer.

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


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