|
Tor 0.5.0.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_get_open_circ_or_launch(), circuit_matches_with_rend_stream(), client_desc_has_arrived(), connection_ap_handle_onion(), connection_buf_read_from_socket(), flag_all_conn_wait_desc(), handle_hs_exit_conn(), handle_relay_msg(), hs_client_get_random_intro_from_edge(), hs_ident_edge_conn_new(), note_connection_attempt_succeeded(), and retry_all_socks_conn_waiting_for_desc().
| 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.
Referenced by connection_buf_read_from_socket(), handle_relay_msg(), and hs_set_conn_addr_port().