tor  master
Data Fields
rend_data_t Struct Reference

#include <or.h>

Collaboration diagram for rend_data_t:
Collaboration graph
[legend]

Data Fields

uint32_t version
 
smartlist_thsdirs_fp
 
char rend_cookie [REND_COOKIE_LEN]
 
int nr_streams
 

Detailed Description

Client- and server-side data that is used for hidden service connection establishment. Not all fields contain data depending on where this struct is used.

Field Documentation

◆ hsdirs_fp

smartlist_t* hsdirs_fp

List of HSDir fingerprints on which this request has been sent to. This contains binary identity digest of the directory of size DIGEST_LEN.

◆ nr_streams

int nr_streams

Number of streams associated with this rendezvous circuit.

◆ rend_cookie

char rend_cookie[REND_COOKIE_LEN]

Rendezvous cookie used by both, client and service.


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