Tor
0.4.7.0-alpha-dev
|
#include <hs_ident.h>
Data Fields | |
ed25519_public_key_t | identity_pk |
uint16_t | orig_virtual_port |
Client and service side edge connection identifier used for an edge connection to identify which service is being queried. This is attached to a edge_connection_t.
Definition at line 103 of file hs_ident.h.
ed25519_public_key_t identity_pk |
The public key used to uniquely identify the service. It is the one found in the onion address.
Definition at line 106 of file hs_ident.h.
Referenced by circuit_matches_with_rend_stream(), client_desc_has_arrived(), hs_client_get_random_intro_from_edge(), and note_connection_attempt_succeeded().
uint16_t orig_virtual_port |
The original virtual port that was used by the client to access the onion service, regardless of the internal port forwarding that might have happened on the service-side.
Definition at line 111 of file hs_ident.h.