Tor 0.5.0.0-alpha-dev
Loading...
Searching...
No Matches
Data Fields
hs_ident_edge_conn_t Struct Reference

#include <hs_ident.h>

Data Fields

ed25519_public_key_t identity_pk
 
uint16_t orig_virtual_port
 

Detailed Description

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.

Field Documentation

◆ identity_pk

ed25519_public_key_t identity_pk

◆ orig_virtual_port

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().


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