tor  master
Data Fields
entry_port_cfg_t Struct Reference

Data Fields

uint8_t isolation_flags
 
int session_group
 
unsigned int socks_prefer_no_auth: 1
 
unsigned int socks_iso_keep_alive: 1
 
unsigned int ipv4_traffic: 1
 
unsigned int ipv6_traffic: 1
 
unsigned int prefer_ipv6: 1
 
unsigned int dns_request: 1
 
unsigned int onion_traffic: 1
 
unsigned int prefer_ipv6_virtaddr: 1
 
unsigned int cache_ipv4_answers: 1
 
unsigned int cache_ipv6_answers: 1
 
unsigned int use_cached_ipv4_answers: 1
 
unsigned int use_cached_ipv6_answers: 1
 

Field Documentation

◆ cache_ipv4_answers

unsigned int cache_ipv4_answers

For a socks listener: should we cache IPv4/IPv6 DNS information that exit nodes tell us?

◆ isolation_flags

uint8_t isolation_flags

Zero or more isolation flags

◆ prefer_ipv6_virtaddr

unsigned int prefer_ipv6_virtaddr

For socks listeners: When we can automap an address to IPv4 or IPv6, do we prefer IPv6?

◆ session_group

int session_group

A session group, or -1 if this port is not in a session group.

◆ socks_iso_keep_alive

unsigned int socks_iso_keep_alive

When ISO_SOCKSAUTH is in use, Keep-Alive circuits indefinitely.

◆ socks_prefer_no_auth

unsigned int socks_prefer_no_auth

When both no-auth and user/pass are advertised by a SOCKS client, select no-auth.

◆ use_cached_ipv4_answers

unsigned int use_cached_ipv4_answers

For a socks listeners: if we find an answer in our client-side DNS cache, should we use it?


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