GNUnet 0.21.1
UDPConfirmation Struct Reference

Encrypted continuation of UDP initial handshake, followed by message header with payload. More...

Collaboration diagram for UDPConfirmation:
[legend]

Data Fields

struct GNUNET_PeerIdentity sender
 Sender's identity. More...
 
struct GNUNET_CRYPTO_EddsaSignature sender_sig
 Sender's signature of type GNUNET_SIGNATURE_PURPOSE_COMMUNICATOR_UDP_HANDSHAKE. More...
 
struct GNUNET_TIME_AbsoluteNBO monotonic_time
 Monotonic time of sender, to possibly help detect replay attacks (if receiver persists times by sender). More...
 

Detailed Description

Encrypted continuation of UDP initial handshake, followed by message header with payload.

Definition at line 218 of file gnunet-communicator-udp.c.

Field Documentation

◆ sender

struct GNUNET_PeerIdentity UDPConfirmation::sender

Sender's identity.

Definition at line 223 of file gnunet-communicator-udp.c.

◆ sender_sig

struct GNUNET_CRYPTO_EddsaSignature UDPConfirmation::sender_sig

Sender's signature of type GNUNET_SIGNATURE_PURPOSE_COMMUNICATOR_UDP_HANDSHAKE.

Definition at line 228 of file gnunet-communicator-udp.c.

◆ monotonic_time

struct GNUNET_TIME_AbsoluteNBO UDPConfirmation::monotonic_time

Monotonic time of sender, to possibly help detect replay attacks (if receiver persists times by sender).

Definition at line 234 of file gnunet-communicator-udp.c.


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