Tor 0.4.9.0-alpha-dev
Data Fields
pending_rend_t Struct Reference

#include <hs_circuit.h>

Data Fields

ed25519_public_key_t ip_auth_pubkey
 
curve25519_keypair_t ip_enc_key_kp
 
hs_cell_intro_rdv_data_t rdv_data
 
int idx
 
time_t enqueued_ts
 

Detailed Description

Pending rendezvous request. This is put in a service priority queue.

Definition at line 19 of file hs_circuit.h.

Field Documentation

◆ enqueued_ts

time_t enqueued_ts

When was this request enqueued.

Definition at line 32 of file hs_circuit.h.

Referenced by compare_rend_request_by_effort_(), and queued_rend_request_is_too_old().

◆ idx

int idx

Position of element in the heap

Definition at line 29 of file hs_circuit.h.

◆ ip_auth_pubkey

ed25519_public_key_t ip_auth_pubkey

Definition at line 21 of file hs_circuit.h.

◆ ip_enc_key_kp

curve25519_keypair_t ip_enc_key_kp

Definition at line 23 of file hs_circuit.h.

◆ rdv_data

Definition at line 26 of file hs_circuit.h.


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