Tor 0.4.9.0-alpha-dev
Data Fields
bridge_line_t Struct Reference

#include <config.h>

Data Fields

tor_addr_t addr
 
uint16_t port
 
char * transport_name
 
char digest [DIGEST_LEN]
 
smartlist_tsocks_args
 

Detailed Description

Represents the information stored in a torrc Bridge line.

Definition at line 225 of file config.h.

Field Documentation

◆ addr

tor_addr_t addr

Definition at line 226 of file config.h.

◆ digest

char digest[DIGEST_LEN]

Definition at line 230 of file config.h.

◆ port

uint16_t port

Definition at line 227 of file config.h.

◆ socks_args

smartlist_t* socks_args

Definition at line 231 of file config.h.

◆ transport_name

char* transport_name

Definition at line 228 of file config.h.


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