Skip to content

discv5::discv5_client::PendingRequest

Public Attributes

Name
ValidatedPeer peer
std::vector< uint8_t > req_id
std::array< uint8_t, kGcmNonceBytes > request_nonce
std::vector< uint8_t > challenge_data
std::array< uint8_t, kWhoareyouIdNonceBytes > id_nonce
uint64_t record_seq
bool have_challenge

Public Attributes Documentation

variable peer

ValidatedPeer peer {};

variable req_id

std::vector< uint8_t > req_id {};

variable request_nonce

std::array< uint8_t, kGcmNonceBytes > request_nonce {};

variable challenge_data

std::vector< uint8_t > challenge_data {};

variable id_nonce

std::array< uint8_t, kWhoareyouIdNonceBytes > id_nonce {};

variable record_seq

uint64_t record_seq {};

variable have_challenge

bool have_challenge {false};

Updated on 2026-04-13 at 23:22:46 -0700