Encrypted continuation of UDP initial handshake, followed by message header with payload. More...
Data Fields | |
struct GNUNET_PeerIdentity | sender |
Sender's identity. | |
struct GNUNET_CRYPTO_EddsaSignature | sender_sig |
Sender's signature of type GNUNET_SIGNATURE_PURPOSE_COMMUNICATOR_UDP_HANDSHAKE. | |
struct GNUNET_TIME_AbsoluteNBO | monotonic_time |
Monotonic time of sender, to possibly help detect replay attacks (if receiver persists times by sender). | |
Encrypted continuation of UDP initial handshake, followed by message header with payload.
Definition at line 222 of file gnunet-communicator-udp.c.
struct GNUNET_PeerIdentity UDPConfirmation::sender |
Sender's identity.
Definition at line 227 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 232 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 238 of file gnunet-communicator-udp.c.