Encrypted continuation of UDP initial handshake, followed by message header with payload. More...
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... | |
Encrypted continuation of UDP initial handshake, followed by message header with payload.
Definition at line 218 of file gnunet-communicator-udp.c.
struct GNUNET_PeerIdentity UDPConfirmation::sender |
Sender's identity.
Definition at line 223 of file gnunet-communicator-udp.c.
Referenced by sock_read().
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.
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.