Response to a PING. More...
#include <gnunet_core_service.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Message type is GNUNET_MESSAGE_TYPE_CORE_PONG. More... | |
uint32_t | iv_seed |
Seed for the IV. More... | |
uint32_t | challenge |
Random number to make replay attacks harder. More... | |
uint32_t | reserved |
Reserved, always zero. More... | |
struct GNUNET_PeerIdentity | target |
Intended target of the PING, used primarily to check that decryption actually worked. More... | |
Response to a PING.
Includes data from the original PING.
Definition at line 226 of file gnunet_core_service.h.
struct GNUNET_MessageHeader PongMessage::header |
Message type is GNUNET_MESSAGE_TYPE_CORE_PONG.
Definition at line 231 of file gnunet_core_service.h.
uint32_t PongMessage::iv_seed |
uint32_t PongMessage::challenge |
Random number to make replay attacks harder.
Definition at line 241 of file gnunet_core_service.h.
Referenced by handle_ping().
uint32_t PongMessage::reserved |
Reserved, always zero.
Definition at line 246 of file gnunet_core_service.h.
Referenced by handle_ping().
struct GNUNET_PeerIdentity PongMessage::target |
Intended target of the PING, used primarily to check that decryption actually worked.
Definition at line 252 of file gnunet_core_service.h.
Referenced by handle_ping().