Tor
0.4.7.0-alpha-dev
|
#include <or_options_st.h>
Configuration options for a Tor process.
Definition at line 64 of file or_options_st.h.
anonymous enum |
Parsed value of TransProxyType.
Definition at line 176 of file or_options_st.h.
uint64_t AccountingMax |
How many bytes do we allow per accounting interval before hibernation? 0 for "never hibernate."
Definition at line 513 of file or_options_st.h.
Referenced by accounting_is_enabled(), consider_hibernation(), hibernate_hard_limit_reached(), and hibernate_soft_limit_reached().
char* AccountingRule_option |
How do we determine when our AccountingMax has been reached? "max" for when in or out reaches AccountingMax "sum" for when in plus out reaches AccountingMax "in" for when in reaches AccountingMax "out" for when out reaches AccountingMax
Definition at line 521 of file or_options_st.h.
char* AccountingStart |
How long is the accounting interval, and when does it start?
Definition at line 511 of file or_options_st.h.
struct config_line_t* Address |
OR only: configured address for this onion router. Up to two times this options is accepted as in IPv4 and IPv6.
Definition at line 100 of file or_options_st.h.
int AddressDisableIPv6 |
Boolean: If set, disable IPv6 address resolution, IPv6 ORPorts, IPv6 reachability checks, and publishing an IPv6 ORPort in its descriptor.
Definition at line 104 of file or_options_st.h.
Referenced by relay_find_addr_to_publish().
struct config_line_t* AddressMap |
List of address map directives.
Definition at line 384 of file or_options_st.h.
Referenced by config_register_addressmaps().
int AllDirActionsPrivate |
Should every directory action be sent through a Tor circuit?
Definition at line 313 of file or_options_st.h.
int AllowNonRFC953Hostnames |
If true, we allow connections to hostnames with weird characters.
Definition at line 635 of file or_options_st.h.
struct config_line_t* AlternateBridgeAuthority |
If set, use these bridge authorities and not the default one.
Definition at line 484 of file or_options_st.h.
Referenced by validate_dir_servers().
struct config_line_t* AlternateDirAuthority |
If set, use these main (currently v3) directory authorities and not the default ones.
Definition at line 481 of file or_options_st.h.
Referenced by validate_dir_servers().
int AssumeReachable |
Whether to publish our descriptor regardless of all our self-tests
Definition at line 233 of file or_options_st.h.
Referenced by router_reachability_checks_disabled().
int AssumeReachableIPv6 |
Whether to publish our descriptor regardless of IPv6 self-tests.
This is an autobool; when set to AUTO, it uses AssumeReachable.
Definition at line 238 of file or_options_st.h.
struct config_line_t* AuthDirBadExit |
Address policy for descriptors to mark as bad exits.
Definition at line 493 of file or_options_st.h.
struct config_line_t* AuthDirInvalid |
Address policy for descriptors to never mark as valid.
Definition at line 497 of file or_options_st.h.
struct config_line_t* AuthDirReject |
Address policy for descriptors to reject.
Definition at line 495 of file or_options_st.h.
Referenced by policies_parse_from_options().
int AuthoritativeDir |
Boolean: is this an authoritative directory?
Definition at line 239 of file or_options_st.h.
Referenced by authdir_mode(), and options_validate_dirauth_mode().
int AutomapHostsOnResolve |
If true, when we get a resolve request for a hostname ending with one of the suffixes in AutomapHostsSuffixes, map it to a virtual address.
Definition at line 385 of file or_options_st.h.
Referenced by addressmap_clear_invalid_automaps().
struct smartlist_t* AutomapHostsSuffixes |
List of suffixes for AutomapHostsOnResolve. The special value "." means "match everything."
Definition at line 391 of file or_options_st.h.
Referenced by addressmap_address_should_automap(), and addressmap_clear_invalid_automaps().
int AvoidDiskWrites |
Boolean: should we never cache things to disk? Not used yet.
Definition at line 279 of file or_options_st.h.
uint64_t BandwidthBurst |
How much bandwidth, at maximum, are we willing to use in a second?
Definition at line 418 of file or_options_st.h.
Referenced by connection_or_update_token_buckets_helper(), and relay_get_effective_bwburst().
uint64_t BandwidthRate |
How much bandwidth, on average, are we willing to use in a second?
Definition at line 416 of file or_options_st.h.
Referenced by connection_or_update_token_buckets_helper(), relay_get_effective_bwrate(), router_has_bandwidth_to_be_dirserver(), router_perform_bandwidth_test(), and update_expected_bandwidth().
int BridgeAuthoritativeDir |
Boolean: is this an authoritative directory that aggregates bridge descriptors?
Definition at line 242 of file or_options_st.h.
Referenced by authdir_mode_bridge(), geoip_note_client_seen(), handle_get_descriptor(), handle_get_networkstatus_bridges(), and write_bridge_ns_callback().
char* BridgeDistribution |
If set on a bridge relay, it will include this value on a new "bridge-distribution-request" line in its bridge descriptor.
Definition at line 247 of file or_options_st.h.
char* BridgePassword |
If set on a bridge authority, it will answer requests on its dirport for bridge statuses – but only if the requests use this password.
Definition at line 251 of file or_options_st.h.
char* BridgePassword_AuthDigest_ |
If BridgePassword is set, this is a SHA256 digest of the basic http authenticator for it. Used so we can do a time-independent comparison.
Definition at line 254 of file or_options_st.h.
Referenced by handle_get_networkstatus_bridges().
int BridgeRecordUsageByCountry |
If true, and we have GeoIP data, and we're a bridge, keep a per-country count of how many client addresses have contacted us so that we can help the bridge authority guess which countries have blocked access to us.
Definition at line 825 of file or_options_st.h.
Referenced by should_record_bridge_info().
int BridgeRelay |
Boolean: are we acting as a bridge relay? We make this explicit so we can change how we behave in the future.
Definition at line 271 of file or_options_st.h.
Referenced by dirclient_fetches_from_authorities(), directory_caches_dir_info(), directory_caches_unknown_auth_certs(), directory_permits_begindir_requests(), get_my_declared_family(), handle_get_descriptor(), options_act_bridge_stats(), options_validate_relay_mode(), public_server_mode(), and should_record_bridge_info().
struct config_line_t* Bridges |
List of bootstrap bridge addresses.
Definition at line 257 of file or_options_st.h.
char* CacheDirectory |
Where to store cached data, as modified.
Definition at line 94 of file or_options_st.h.
Referenced by options_create_directories().
char* CacheDirectory_option |
Where to store cached data, as configured by the user.
Definition at line 92 of file or_options_st.h.
int CacheDirectoryGroupReadable |
Boolean: Is the CacheDirectory g+r?
Definition at line 95 of file or_options_st.h.
Referenced by options_create_directories().
int CellStatistics |
If true, the user wants us to collect cell statistics.
Definition at line 658 of file or_options_st.h.
int CircuitBuildTimeout |
Cull non-open circuits that were born at least this many seconds ago. Used until adaptive algorithm learns a new value.
Definition at line 402 of file or_options_st.h.
int CircuitPadding |
Boolean: if true, then circuit padding will be negotiated by client and server, subject to consenus limits (default). If 0, it will be fully disabled.
Definition at line 294 of file or_options_st.h.
double CircuitPriorityHalflife |
The main parameter for picking circuits within a connection.
If this value is positive, when picking a cell to relay on a connection, we always relay from the circuit whose weighted cell count is lowest. Cells are weighted exponentially such that if one cell is sent 'CircuitPriorityHalflife' seconds before another, it counts for half as much.
If this value is zero, we're disabling the cell-EWMA algorithm.
If this value is negative, we're using the default approach according to either Tor or a parameter set in the consensus.
Definition at line 853 of file or_options_st.h.
int CircuitsAvailableTimeout |
Try to have an open circuit for at least this long after last activity
Definition at line 405 of file or_options_st.h.
Referenced by channelpadding_get_circuits_available_timeout().
int CircuitStreamTimeout |
If non-zero, detach streams from circuits and try a new circuit if the stream has been waiting for this many seconds. If zero, use our default internal timeout schedule.
Definition at line 407 of file or_options_st.h.
Referenced by compute_retry_timeout().
int ClientBootstrapConsensusAuthorityDownloadInitialDelay |
Schedule for when clients should download consensuses from authorities if they are bootstrapping (that is, they don't have a usable, reasonably live consensus). Only used by clients fetching from a list of fallback directory mirrors.
This schedule is incremented by (potentially concurrent) connection attempts, unlike other schedules, which are incremented by connection failures. Only altered on testing networks.
Definition at line 767 of file or_options_st.h.
int ClientBootstrapConsensusAuthorityOnlyDownloadInitialDelay |
Schedule for when clients should download consensuses from authorities if they are bootstrapping (that is, they don't have a usable, reasonably live consensus). Only used by clients which don't have or won't fetch from a list of fallback directory mirrors.
This schedule is incremented by (potentially concurrent) connection attempts, unlike other schedules, which are incremented by connection failures. Only altered on testing networks.
Definition at line 787 of file or_options_st.h.
int ClientBootstrapConsensusFallbackDownloadInitialDelay |
Schedule for when clients should download consensuses from fallback directory mirrors if they are bootstrapping (that is, they don't have a usable, reasonably live consensus). Only used by clients fetching from a list of fallback directory mirrors.
This schedule is incremented by (potentially concurrent) connection attempts, unlike other schedules, which are incremented by connection failures. Only altered on testing networks.
Definition at line 777 of file or_options_st.h.
int ClientBootstrapConsensusMaxInProgressTries |
How many simultaneous in-progress connections will we make when trying to fetch a consensus before we wait for one to complete, timeout, or error out? Only altered on testing networks.
Definition at line 809 of file or_options_st.h.
Referenced by update_consensus_networkstatus_downloads().
int ClientDNSRejectInternalAddresses |
If true, do not believe anybody who tells us that a domain resolves to an internal address, or that an internal address has a PTR mapping. Helps avoid some cross-site attacks.
Definition at line 683 of file or_options_st.h.
char* ClientOnionAuthDir |
Directory to keep client onion service authorization secret keys
Definition at line 431 of file or_options_st.h.
Referenced by find_and_remove_client_auth_creds_file(), and hs_config_client_authorization().
int ClientOnly |
Boolean: should we never evolve into a server role?
Definition at line 281 of file or_options_st.h.
Referenced by decide_if_publishable_server(), and server_mode().
int ClientPreferIPv6DirPort |
If true, prefer an IPv6 directory port over an IPv4 one for direct directory connections. If auto, bridge clients prefer IPv6, and other clients prefer IPv4. Use reachable_addr_prefer_ipv6_dirport() instead of accessing this value directly.
Definition at line 706 of file or_options_st.h.
Referenced by reachable_addr_prefer_ipv6_dirport(), and reachable_addr_use_ipv6().
int ClientPreferIPv6ORPort |
If true, prefer an IPv6 OR port over an IPv4 one for entry node connections. If auto, bridge clients prefer IPv6, and other clients prefer IPv4. Use node_ipv6_or_preferred() instead of accessing this value directly.
Definition at line 701 of file or_options_st.h.
Referenced by reachable_addr_prefer_ipv6_orport(), and reachable_addr_use_ipv6().
int ClientRejectInternalAddresses |
If true, do not accept any requests to connect to internal addresses over randomly chosen exits.
Definition at line 687 of file or_options_st.h.
struct config_line_t* ClientTransportPlugin |
List of client transport plugins.
Definition at line 259 of file or_options_st.h.
Referenced by conn_get_proxy_type(), and get_proxy_addrport().
int ClientUseIPv4 |
If true, clients may connect over IPv4. If false, they will avoid connecting over IPv4. We enforce this for OR and Dir connections.
Definition at line 691 of file or_options_st.h.
Referenced by reachable_addr_allows(), reachable_addr_prefer_ipv6_impl(), and reachable_addr_use_ipv6().
int ClientUseIPv6 |
If true, clients may connect over IPv6. If false, they will avoid connecting over IPv4. We enforce this for OR and Dir connections. Use reachable_addr_use_ipv6() instead of accessing this value directly.
Definition at line 696 of file or_options_st.h.
Referenced by reachable_addr_use_ipv6().
tor_cmdline_mode_t command |
What should the tor process actually do?
Definition at line 68 of file or_options_st.h.
Referenced by options_act(), options_act_dirauth_mtbf(), options_act_once_on_startup(), options_act_server_transport(), options_create_directories(), options_new(), options_start_log_transaction(), and tor_cleanup().
char* command_arg |
Argument for command-line option.
Definition at line 69 of file or_options_st.h.
Referenced by do_dump_config(), do_list_fingerprint(), and log_cert_expiration().
int ConnDirectionStatistics |
If true, the user wants us to collect connection statistics.
Definition at line 655 of file or_options_st.h.
int ConnectionPadding |
Autobool: if auto, then connection padding will be negotiated by client and server. If 0, it will be fully disabled. If 1, the client will still pad to the server regardless of server support.
Definition at line 289 of file or_options_st.h.
int ConnLimit |
Demanded minimum number of simultaneous connections.
Definition at line 344 of file or_options_st.h.
int ConnLimit_ |
Maximum allowed number of simultaneous connections.
Definition at line 345 of file or_options_st.h.
Referenced by options_commit_listener_transaction(), and options_rollback_listener_transaction().
int ConnLimit_high_thresh |
start trying to lower socket usage if we have this many.
Definition at line 346 of file or_options_st.h.
Referenced by options_commit_listener_transaction().
int ConnLimit_low_thresh |
try to get down to here after socket exhaustion.
Definition at line 348 of file or_options_st.h.
Referenced by options_commit_listener_transaction().
int ConstrainedSockets |
Shrink xmit and recv socket buffers.
Definition at line 359 of file or_options_st.h.
uint64_t ConstrainedSockSize |
Size of constrained buffers.
Definition at line 360 of file or_options_st.h.
char* ContactInfo |
Contact info to be published in the directory.
Definition at line 433 of file or_options_st.h.
struct config_line_t* ControlPort_lines |
Ports to listen on for control connections.
Definition at line 186 of file or_options_st.h.
int ControlPortFileGroupReadable |
Should that file be group-readable?
Definition at line 867 of file or_options_st.h.
char* ControlPortWriteToFile |
File where we should write the ControlPort.
Definition at line 865 of file or_options_st.h.
Referenced by control_ports_write_to_file(), and tor_cleanup().
struct config_line_t* ControlSocket |
List of Unix Domain Sockets to listen on for control connections.
Definition at line 189 of file or_options_st.h.
int ControlSocketsGroupWritable |
Boolean: Are control sockets g+rw?
Definition at line 191 of file or_options_st.h.
int CookieAuthentication |
Boolean: do we enable cookie-based auth for the control system?
Definition at line 529 of file or_options_st.h.
Referenced by get_authmethods(), and get_esc_cfile().
char* CookieAuthFile |
Filesystem location of a ControlPort authentication cookie.
Definition at line 531 of file or_options_st.h.
Referenced by get_controller_cookie_file_name().
int CookieAuthFileGroupReadable |
Boolean: Is the CookieAuthFile g+r?
Definition at line 535 of file or_options_st.h.
int CountPrivateBandwidth |
Boolean: if set, then even connections to private addresses will get rate-limited.
Definition at line 629 of file or_options_st.h.
Referenced by connection_is_rate_limited().
char* DataDirectory |
Where to store long-term data, as modified.
Definition at line 84 of file or_options_st.h.
Referenced by options_create_directories(), and validate_data_directories().
char* DataDirectory_option |
Where to store long-term data, as configured by the user.
Definition at line 82 of file or_options_st.h.
Referenced by validate_data_directories().
int DataDirectoryGroupReadable |
Boolean: Is the DataDirectory g+r?
Definition at line 85 of file or_options_st.h.
Referenced by options_create_directories().
char* DebugLogFile |
Where to send verbose log messages.
Definition at line 81 of file or_options_st.h.
int DirAllowPrivateAddresses |
Whether dirservers allow router descriptors with private IPs.
Definition at line 159 of file or_options_st.h.
struct config_line_t* DirAuthorities |
List of configuration lines for replacement directory authorities. If you just want to replace one class of authority at a time, use the "Alternate*Authority" options below instead.
Definition at line 468 of file or_options_st.h.
Referenced by validate_dir_servers().
double DirAuthorityFallbackRate |
Weight to apply to all directory authority rates if considering them along with fallbackdirs
Definition at line 477 of file or_options_st.h.
int DirCache |
Cache all directory documents and accept requests via tunnelled dir conns from clients. If 1, enabled (default); If 0, disabled. Use dir_server_mode() rather than referencing this option directly. (Except for routermode and relay_config, which do direct checks.)
Definition at line 598 of file or_options_st.h.
Referenced by dir_server_mode(), have_enough_mem_for_dircache(), and options_validate_relay_mode().
struct config_line_t* DirPolicy |
Lists of dir policy components
Definition at line 145 of file or_options_st.h.
Referenced by policies_parse_from_options().
struct config_line_t* DirPort_lines |
Ports to listen on for directory connections.
Definition at line 194 of file or_options_st.h.
Referenced by options_validate_relay_mode().
char* DirPortFrontPage |
This is a full path to a file with an html disclaimer. This allows a server administrator to show that they're running Tor and anyone visiting their server will know this without any specialized knowledge.
Definition at line 618 of file or_options_st.h.
Referenced by options_act_relay_dir().
int DirReqStatistics |
Internal variable to remember whether we're actually acting on DirReqStatistics_option – yes if it's set and we're a server, else no.
Definition at line 649 of file or_options_st.h.
Referenced by geoip_note_client_seen().
int DirReqStatistics_option |
If true, we're configured to collect statistics on clients requesting network statuses from us as directory.
Definition at line 646 of file or_options_st.h.
int DisableAllSwap |
Boolean: Attempt to call mlockall() on our process for all current and future memory.
Definition at line 132 of file or_options_st.h.
int DisableDebuggerAttachment |
Currently Linux only specific attempt to disable ptrace; needs BSD testing.
Definition at line 622 of file or_options_st.h.
Referenced by options_act().
int DisableNetwork |
If 1, we accept and launch no external network connections, except on control ports.
Definition at line 876 of file or_options_st.h.
Referenced by net_is_completely_disabled(), net_is_disabled(), and should_delay_dir_fetches().
int DisableOOSCheck |
If 1, we skip all OOS checks.
Definition at line 993 of file or_options_st.h.
int DisablePredictedCircuits |
Boolean: does Tor preemptively make circuits in the background (0), or not (1)?
Definition at line 541 of file or_options_st.h.
int DisableSignalHandlers |
If true, Tor shouldn't install any posix signal handlers, since it is running embedded inside another process.
Definition at line 1032 of file or_options_st.h.
Referenced by handle_signals().
struct config_line_t* DNSPort_lines |
Ports to listen on for DNS requests.
Definition at line 196 of file or_options_st.h.
int DormantCanceledByStartup |
Boolean: true if Tor should treat every startup event as cancelling a possible previous dormant state.
Definition at line 1058 of file or_options_st.h.
int DormantClientTimeout |
Interval: how long without activity does it take for a client to become dormant?
Definition at line 1037 of file or_options_st.h.
Referenced by check_network_participation_callback().
int DormantOnFirstStartup |
Boolean: true if Tor should be dormant the first time it starts with a datadirectory; false otherwise.
Definition at line 1053 of file or_options_st.h.
int DormantTimeoutDisabledByIdleStreams |
Boolean: true if having an idle stream is sufficient to prevent a client from becoming dormant.
Definition at line 1049 of file or_options_st.h.
Referenced by check_network_participation_callback().
int DormantTimeoutEnabled |
Boolean: If enabled, then we consider the timeout when deciding whether to be dormant. If not enabled, then only the SIGNAL ACTIVE/DORMANT controls can change our status.
Definition at line 1044 of file or_options_st.h.
Referenced by check_network_participation_callback().
int DownloadExtraInfo |
If true, we try to download extra-info documents (and we serve them, if we are a cache). For authorities, this is always true.
Definition at line 642 of file or_options_st.h.
Referenced by directory_info_has_arrived(), should_use_directory_guards(), and update_extrainfo_downloads().
int EnforceDistinctSubnets |
If true, don't allow multiple routers in the same network zone in the same circuit.
Definition at line 633 of file or_options_st.h.
Referenced by nodelist_add_node_and_family(), and nodes_in_same_family().
struct routerset_t* EntryNodes |
Structure containing nicknames, digests, country codes and IP address patterns of ORs to consider as entry points.
Definition at line 114 of file or_options_st.h.
Referenced by entry_list_is_constrained(), node_passes_guard_filter(), options_need_geoip_info(), and refresh_all_country_info().
int EntryStatistics |
If true, the user wants us to collect statistics as entry node.
Definition at line 664 of file or_options_st.h.
Referenced by geoip_note_client_seen().
struct routerset_t* ExcludeExitNodes |
Structure containing nicknames, digests, country codes and IP address patterns of ORs not to consider as exits.
Definition at line 124 of file or_options_st.h.
Referenced by options_need_geoip_info(), and refresh_all_country_info().
struct routerset_t* ExcludeExitNodesUnion_ |
Union of ExcludeNodes and ExcludeExitNodes
Definition at line 130 of file or_options_st.h.
Referenced by addressmap_clear_excluded_trackexithosts(), refresh_all_country_info(), and router_find_exact_exit_enclave().
struct routerset_t* ExcludeNodes |
Structure containing nicknames, digests, country codes and IP address patterns of ORs not to use in circuits. But see StrictNodes above.
Definition at line 120 of file or_options_st.h.
Referenced by bridge_passes_guard_filter(), fetch_bridge_descriptors(), node_passes_guard_filter(), options_need_geoip_info(), pick_vanguard_middle_node(), refresh_all_country_info(), router_should_check_reachability(), and warn_if_last_router_excluded().
struct routerset_t* ExitNodes |
Structure containing nicknames, digests, country codes and IP address patterns of ORs to consider as exits.
Definition at line 108 of file or_options_st.h.
Referenced by addressmap_clear_excluded_trackexithosts(), options_need_geoip_info(), and refresh_all_country_info().
struct config_line_t* ExitPolicy |
Lists of exit policy components.
Definition at line 135 of file or_options_st.h.
Referenced by policy_using_default_exit_options().
int ExitPolicyRejectLocalInterfaces |
Should we not exit to local interface addresses? Includes OutboundBindAddresses and configured ports.
Definition at line 139 of file or_options_st.h.
int ExitPolicyRejectPrivate |
Should we not exit to reserved private addresses, and our own published addresses?
Definition at line 136 of file or_options_st.h.
int ExitPortStatistics |
If true, the user wants us to collect statistics on port usage.
Definition at line 652 of file or_options_st.h.
int ExitRelay |
Is this an exit node? This is a tristate, where "1" means "yes, and use the default exit policy if none is given" and "0" means "no; exit policy is 'reject *'" and "auto" (-1) means "same as 1, but warn the user."
XXXX Eventually, the default will be 0.
Definition at line 952 of file or_options_st.h.
Referenced by policies_parse_exit_policy_from_options(), and policy_using_default_exit_options().
int ExtendAllowPrivateAddresses |
Whether routers accept EXTEND cells to routers with private IPs.
Definition at line 161 of file or_options_st.h.
Referenced by circuit_handle_first_hop().
int ExtendByEd25519ID |
Autobool: Should we include Ed25519 identities in extend2 cells? If -1, we should do whatever the consensus parameter says.
Definition at line 997 of file or_options_st.h.
Referenced by should_include_ed25519_id_extend_cells().
struct config_line_t* ExtORPort_lines |
Ports to listen on for extended OR connections.
Definition at line 166 of file or_options_st.h.
Referenced by options_act_server_transport(), and options_validate_server_transport().
char* ExtORPortCookieAuthFile |
Filesystem location of Extended ORPort authentication cookie.
Definition at line 533 of file or_options_st.h.
Referenced by get_ext_or_auth_cookie_file_name().
int ExtORPortCookieAuthFileGroupReadable |
Boolean: Is the ExtORPortCookieAuthFile g+r?
Definition at line 536 of file or_options_st.h.
int ExtraInfoStatistics |
If true, include statistics file contents in extra-info documents.
Definition at line 675 of file or_options_st.h.
Referenced by extrainfo_dump_to_string_stats_helper().
struct config_line_t* FallbackDir |
List of fallback directory servers
Definition at line 471 of file or_options_st.h.
int FascistFirewall |
Whether to prefer ORs reachable on open ports.
Definition at line 351 of file or_options_st.h.
int FetchDirInfoEarly |
Should we always fetch our dir info on the mirror schedule (which means directly from the authorities) no matter our other config?
Definition at line 593 of file or_options_st.h.
Referenced by dirclient_fetches_from_authorities(), and should_use_directory_guards().
int FetchDirInfoExtraEarly |
Should we fetch our dir info at the start of the consensus period?
Definition at line 596 of file or_options_st.h.
Referenced by should_use_directory_guards(), and update_consensus_networkstatus_fetch_time_impl().
int FetchHidServDescriptors |
and hidden service descriptors?
Definition at line 310 of file or_options_st.h.
int FetchServerDescriptors |
Do we fetch server descriptors as normal?
Definition at line 309 of file or_options_st.h.
int FetchUselessDescriptors |
Do we fetch non-running descriptors too?
Definition at line 312 of file or_options_st.h.
Referenced by dirclient_too_idle_to_fetch_descriptors(), should_use_directory_guards(), we_fetch_microdescriptors(), and we_fetch_router_descriptors().
struct smartlist_t* FilesOpenedByIncludes |
List of files that were opened by include in torrc and torrc-defaults
Definition at line 1027 of file or_options_st.h.
struct smartlist_t* FirewallPorts |
Which ports our firewall allows (strings).
Definition at line 352 of file or_options_st.h.
int GeoIPExcludeUnknown |
Autobool: if auto, then any attempt to Exclude{Exit,}Nodes a particular country code will exclude all nodes in ?? and A1. If true, all nodes in ?? and A1 are excluded. Has no effect if we don't know any GeoIP data.
Definition at line 834 of file or_options_st.h.
char* GeoIPFile |
Optionally, IPv4 and IPv6 GeoIP data.
Definition at line 828 of file or_options_st.h.
Referenced by config_maybe_load_geoip_files_().
char* GuardfractionFile |
Location of guardfraction file
Definition at line 725 of file or_options_st.h.
int GuardLifetime |
How long (seconds) do we keep a guard before picking a new one?
Definition at line 945 of file or_options_st.h.
Referenced by get_guard_confirmed_min_lifetime(), and get_guard_lifetime().
struct config_line_t* HashedControlPassword |
Base64-encoded hash of accepted passwords for the control system.
Definition at line 525 of file or_options_st.h.
Referenced by get_authmethods().
struct config_line_t* HashedControlSessionPassword |
As HashedControlPassword, but not saved.
Definition at line 527 of file or_options_st.h.
Referenced by get_authmethods().
int HeartbeatPeriod |
Log heartbeat messages after this many seconds have passed.
Definition at line 435 of file or_options_st.h.
Referenced by format_client_stats_heartbeat(), and heartbeat_callback().
int HiddenServiceSingleHopMode |
Onion Services in HiddenServiceSingleHopMode make one-hop (direct) circuits between the onion service server, and the introduction and rendezvous points. (Onion service descriptors are still posted using 3-hop paths, to avoid onion service directories blocking the service.) This option makes every hidden service instance hosted by this tor instance a Single Onion Service. HiddenServiceSingleHopMode requires HiddenServiceNonAnonymousMode to be set to 1. Use rend_service_allow_non_anonymous_connection() or rend_service_reveal_startup_time() instead of using this option directly.
Definition at line 335 of file or_options_st.h.
int HiddenServiceStatistics |
Internal variable to remember whether we're actually acting on HiddenServiceStatistics_option – yes if it's set and we're a server, else no.
Definition at line 672 of file or_options_st.h.
int HiddenServiceStatistics_option |
If true, the user wants us to collect statistics as hidden service directory, introduction point, or rendezvous point.
Definition at line 668 of file or_options_st.h.
struct routerset_t* HSLayer2Nodes |
A routerset that should be used when picking middle nodes for HS circuits.
Definition at line 318 of file or_options_st.h.
Referenced by circuit_should_use_vanguards(), middle_node_must_be_vanguard(), options_need_geoip_info(), and pick_vanguard_middle_node().
struct routerset_t* HSLayer3Nodes |
A routerset that should be used when picking third-hop nodes for HS circuits.
Definition at line 322 of file or_options_st.h.
Referenced by circuit_should_use_vanguards(), middle_node_must_be_vanguard(), options_need_geoip_info(), and pick_vanguard_middle_node().
char* HTTPProxy |
hostname[:port] to use as http proxy, if any.
Definition at line 440 of file or_options_st.h.
tor_addr_t HTTPProxyAddr |
Parsed IPv4 addr for http proxy, if any.
Definition at line 441 of file or_options_st.h.
char* HTTPProxyAuthenticator |
username:password string, if any.
Definition at line 443 of file or_options_st.h.
uint16_t HTTPProxyPort |
Parsed port for http proxy, if any.
Definition at line 442 of file or_options_st.h.
char* HTTPSProxy |
hostname[:port] to use as https proxy, if any.
Definition at line 445 of file or_options_st.h.
Referenced by get_proxy_addrport(), and get_pt_proxy_uri().
tor_addr_t HTTPSProxyAddr |
Parsed addr for https proxy, if any.
Definition at line 446 of file or_options_st.h.
Referenced by get_proxy_addrport(), and get_pt_proxy_uri().
char* HTTPSProxyAuthenticator |
username:password string, if any.
Definition at line 448 of file or_options_st.h.
Referenced by connection_https_proxy_connect(), and get_pt_proxy_uri().
uint16_t HTTPSProxyPort |
Parsed port for https proxy, if any.
Definition at line 447 of file or_options_st.h.
Referenced by get_proxy_addrport(), and get_pt_proxy_uri().
struct config_line_t* HTTPTunnelPort_lines |
Ports to listen on for HTTP Tunnel connections.
Definition at line 185 of file or_options_st.h.
int IncludeUsed |
Bool (default: 0): Tells if a include was used on torrc
Definition at line 1000 of file or_options_st.h.
Referenced by handle_control_saveconf().
int IPv6Exit |
Do we support exiting to IPv6 addresses?
Definition at line 935 of file or_options_st.h.
Referenced by policies_parse_exit_policy_from_options(), policy_using_default_exit_options(), and router_compare_to_my_exit_policy().
int KeepalivePeriod |
How often do we send padding cells to keep connections alive?
Definition at line 394 of file or_options_st.h.
int KeepBindCapabilities |
Autobool: Do we try to retain capabilities if we can?
Definition at line 985 of file or_options_st.h.
char* KeyDirectory |
Where to store keys data, as modified.
Definition at line 89 of file or_options_st.h.
Referenced by options_create_directories().
char* KeyDirectory_option |
Where to store keys, as configured by the user.
Definition at line 87 of file or_options_st.h.
int KeyDirectoryGroupReadable |
Boolean: Is the KeyDirectory g+r?
Definition at line 90 of file or_options_st.h.
Referenced by options_create_directories().
int KISTSchedRunInterval |
Have the KIST scheduler run every X milliseconds. If less than zero, do not use the KIST scheduler but use the old vanilla scheduler instead. If zero, do what the consensus says and fall back to using KIST as if this is set to "10 msec" if the consensus doesn't say anything.
Definition at line 1015 of file or_options_st.h.
double KISTSockBufSizeFactor |
A multiplier for the KIST per-socket limit calculation.
Definition at line 1018 of file or_options_st.h.
int LearnCircuitBuildTimeout |
If non-zero, we attempt to learn a value for CircuitBuildTimeout based on timeout history. Use circuit_build_times_disabled() rather than checking this value directly.
Definition at line 398 of file or_options_st.h.
int LeaveStreamsUnattached |
Boolean: Does Tor attach new streams to circuits itself (0), or does it expect a controller to cope? (1)
Definition at line 538 of file or_options_st.h.
Referenced by connection_ap_rewrite_and_attach_if_allowed().
int LogMessageDomains |
Boolean: Should we log the domain(s) in which each log message occurs?
Definition at line 75 of file or_options_st.h.
struct config_line_t* Logs |
New-style list of configuration lines for logs
Definition at line 71 of file or_options_st.h.
Referenced by options_init_logs().
int LogTimeGranularity |
Log resolution in milliseconds.
Definition at line 73 of file or_options_st.h.
Referenced by options_init_log_granularity().
struct smartlist_t* LongLivedPorts |
Application ports that require all nodes in circ to have sufficient uptime.
Definition at line 370 of file or_options_st.h.
Referenced by circuit_all_predicted_ports_handled().
int MainloopStats |
Log main loop statistics as part of the heartbeat messages.
Definition at line 437 of file or_options_st.h.
uint64_t MaxAdvertisedBandwidth |
How much bandwidth are we willing to tell other nodes we have?
Definition at line 420 of file or_options_st.h.
Referenced by relay_get_effective_bwrate().
int MaxCircuitDirtiness |
Never use circs that were first used more than this interval ago.
Definition at line 414 of file or_options_st.h.
Referenced by mark_circuit_unusable_for_new_conns().
int MaxClientCircuitsPending |
Maximum number of non-open general-purpose origin circuits to allow at once.
Definition at line 872 of file or_options_st.h.
int MaxConsensusAgeForDiffs |
The seconds after expiration which we as a relay should keep old consensuses around so that we can generate diffs from them. If 0, use the default.
Definition at line 1005 of file or_options_st.h.
Referenced by get_max_age_to_cache().
uint64_t MaxMemInQueues |
If we have more memory than this allocated for queues and buffers, run the OOM handler
Definition at line 201 of file or_options_st.h.
Referenced by have_enough_mem_for_dircache().
uint64_t MaxMemInQueues_low_threshold |
Above this value, consider ourselves low on RAM.
Definition at line 204 of file or_options_st.h.
uint64_t MaxUnparseableDescSizeToLog |
Maximum total size of unparseable descriptors to log during the lifetime of this Tor process.
Definition at line 990 of file or_options_st.h.
struct config_line_t* MetricsPort_lines |
Ports to listen on for Metrics connections.
Definition at line 168 of file or_options_st.h.
Referenced by metrics_parse_ports().
struct config_line_t* MetricsPortPolicy |
List of policy allowed to query the Metrics port.
Definition at line 1061 of file or_options_st.h.
Referenced by parse_metrics_port_policy().
struct routerset_t* MiddleNodes |
Structure containing nicknames, digests, country codes and IP address patterns of ORs to consider as middles.
Definition at line 111 of file or_options_st.h.
Referenced by options_need_geoip_info(), and refresh_all_country_info().
struct config_line_t* MyFamily |
Declared family for this OR, normalized
Definition at line 487 of file or_options_st.h.
Referenced by get_my_declared_family().
struct config_line_t* MyFamily_lines |
Declared family for this OR.
Definition at line 486 of file or_options_st.h.
struct config_line_t* NATDPort_lines |
Ports to listen on for transparent natd connections.
Definition at line 183 of file or_options_st.h.
int NewCircuitPeriod |
How long do we use a circuit before building a new one?
Definition at line 412 of file or_options_st.h.
Referenced by circuit_expire_old_circs_as_needed().
char* Nickname |
OR only: nickname of this onion router.
Definition at line 97 of file or_options_st.h.
Referenced by get_my_declared_family().
struct config_line_t* NodeFamilies |
List of config lines for node families
Definition at line 489 of file or_options_st.h.
struct smartlist_t* NodeFamilySets |
List of parsed NodeFamilies values.
Definition at line 492 of file or_options_st.h.
Referenced by nodes_in_same_family().
int NoExec |
Bool (default: 0). Tells Tor to never try to exec another program.
Definition at line 1009 of file or_options_st.h.
Referenced by options_act().
int NumCPUs |
How many CPUs should we try to use?
Definition at line 428 of file or_options_st.h.
Referenced by get_num_cpus().
int NumDirectoryGuards |
How many dir guards do we try to establish? If 0, use value from NumEntryGuards.
Definition at line 586 of file or_options_st.h.
int NumEntryGuards |
How many entry guards do we try to establish?
Definition at line 579 of file or_options_st.h.
int NumPrimaryGuards |
How many primary guards do we want?
Definition at line 588 of file or_options_st.h.
Referenced by get_n_primary_guards().
int OfflineMasterKey |
Force use of offline master key features: never generate a master ed25519 identity key except from tor –keygen
Definition at line 970 of file or_options_st.h.
struct config_line_t* ORPort_lines |
Ports to listen on for OR connections.
Definition at line 164 of file or_options_st.h.
Referenced by options_act_bridge_stats(), and options_validate_relay_mode().
struct config_line_t* OutboundBindAddress |
Local address to bind outbound sockets
Definition at line 147 of file or_options_st.h.
tor_addr_t OutboundBindAddresses[OUTBOUND_ADDR_MAX][2] |
Addresses derived from the various OutboundBindAddress lines. [][0] is IPv4, [][1] is IPv6
Definition at line 157 of file or_options_st.h.
Referenced by conn_get_outbound_address(), parse_outbound_addresses(), and policies_copy_outbound_addresses_to_smartlist().
struct config_line_t* OutboundBindAddressExit |
Local address to bind outbound exit sockets
Definition at line 151 of file or_options_st.h.
struct config_line_t* OutboundBindAddressOR |
Local address to bind outbound relay sockets
Definition at line 149 of file or_options_st.h.
struct config_line_t* OutboundBindAddressPT |
Local address to bind outbound PT sockets
Definition at line 153 of file or_options_st.h.
int OverloadStatistics |
If true, include overload statistics in extra-info documents.
Definition at line 678 of file or_options_st.h.
uint64_t OwningControllerFD |
FD specifier for a controller that owns this Tor instance.
Definition at line 549 of file or_options_st.h.
char* OwningControllerProcess |
Process specifier for a controller that ‘owns’ this Tor instance. Tor will terminate if its owning controller does.
Definition at line 547 of file or_options_st.h.
int PaddingStatistics |
If true, the user wants us to collect padding statistics.
Definition at line 661 of file or_options_st.h.
int PathBiasCircThreshold |
Parameters for path-bias detection.
These options override the default behavior of Tor's (currently experimental) path bias detection algorithm. To try to find broken or misbehaving guard nodes, Tor looks for nodes where more than a certain fraction of circuits through that guard fail to get built.
The PathBiasCircThreshold option controls how many circuits we need to build through a guard before we make these checks. The PathBiasNoticeRate, PathBiasWarnRate and PathBiasExtremeRate options control what fraction of circuits must succeed through a guard so we won't write log messages. If less than PathBiasExtremeRate circuits succeed and PathBiasDropGuards is set to 1, we disable use of that guard.
When we have seen more than PathBiasScaleThreshold circuits through a guard, we scale our observations by 0.5 (governed by the consensus) so that new observations don't get swamped by old ones.
By default, or if a negative value is provided for one of these options, Tor uses reasonable defaults from the networkstatus consensus document. If no defaults are available there, these options default to 150, .70, .50, .30, 0, and 300 respectively.
Definition at line 903 of file or_options_st.h.
Referenced by pathbias_get_min_circs().
int PathBiasUseThreshold |
Parameters for path-bias use detection
Similar to the above options, these options override the default behavior of Tor's (currently experimental) path use bias detection algorithm.
Where as the path bias parameters govern thresholds for successfully building circuits, these four path use bias parameters govern thresholds only for circuit usage. Circuits which receive no stream usage are not counted by this detection algorithm. A used circuit is considered successful if it is capable of carrying streams or otherwise receiving well-formed responses to RELAY cells.
By default, or if a negative value is provided for one of these options, Tor uses reasonable defaults from the networkstatus consensus document. If no defaults are available there, these options default to 20, .80, .60, and 100, respectively.
Definition at line 929 of file or_options_st.h.
Referenced by pathbias_get_min_use().
double PathsNeededToBuildCircuits |
Fraction:
Definition at line 938 of file or_options_st.h.
Referenced by get_frac_paths_needed_for_circs().
uint64_t PerConnBWBurst |
Allowed burst on a single TLS conn, if set.
Definition at line 427 of file or_options_st.h.
Referenced by connection_or_update_token_buckets_helper(), and options_act_relay_bandwidth().
uint64_t PerConnBWRate |
Long-term bw on a single TLS conn, if set.
Definition at line 426 of file or_options_st.h.
Referenced by connection_or_update_token_buckets_helper(), and options_act_relay_bandwidth().
char* PidFile |
Where to store PID of Tor process.
Definition at line 106 of file or_options_st.h.
Referenced by tor_cleanup().
int ProtocolWarnings |
Boolean: when other parties screw up the Tor protocol, is it a warn or an info in our logs?
Definition at line 563 of file or_options_st.h.
int PublishHidServDescriptors |
Boolean: do we publish hidden service descriptors to the HS auths?
Definition at line 308 of file or_options_st.h.
struct smartlist_t* PublishServerDescriptor |
To what authority types do we publish our descriptor? Choices are "v1", "v2", "v3", "bridge", or "".
Definition at line 304 of file or_options_st.h.
Referenced by compute_publishserverdescriptor().
dirinfo_type_t PublishServerDescriptor_ |
A bitfield of authority types, derived from PublishServerDescriptor.
Definition at line 306 of file or_options_st.h.
Referenced by compute_publishserverdescriptor(), decide_if_publishable_server(), ready_to_publish(), and router_upload_dir_desc_to_dirservers().
struct config_line_t* ReachableAddresses |
IP:ports our firewall allows.
Definition at line 355 of file or_options_st.h.
Referenced by parse_reachable_addresses().
struct config_line_t* ReachableDirAddresses |
IP:ports for Dir conns.
Definition at line 357 of file or_options_st.h.
Referenced by parse_reachable_addresses().
struct config_line_t* ReachableORAddresses |
IP:ports for OR conns.
Definition at line 356 of file or_options_st.h.
Referenced by parse_reachable_addresses().
int ReducedCircuitPadding |
Boolean: if true, then this client will only use circuit padding algorithms that are known to use a low amount of overhead. If false, we will use all available circuit padding algorithms.
Definition at line 300 of file or_options_st.h.
int ReducedConnectionPadding |
Boolean: Should we try to keep connections open shorter and pad them less against connection-level traffic analysis?
Definition at line 283 of file or_options_st.h.
Referenced by channelpadding_get_circuits_available_timeout().
int ReducedExitPolicy |
Should we use the Reduced Exit Policy?
Definition at line 143 of file or_options_st.h.
Referenced by policy_using_default_exit_options().
int RefuseUnknownExits |
Whether we should drop exit streams from Tors that we don't know are relays. One of "0" (never refuse), "1" (always refuse), or "-1" (do what the consensus says, defaulting to 'refuse' if the consensus says nothing).
Definition at line 366 of file or_options_st.h.
Referenced by should_refuse_unknown_exits().
struct smartlist_t* RejectPlaintextPorts |
Application ports that are likely to be unencrypted and unauthenticated; we reject requests for them to prevent the user from screwing up and leaking plaintext secrets to an observer somewhere on the Internet.
Definition at line 375 of file or_options_st.h.
Referenced by consider_plaintext_ports().
uint64_t RelayBandwidthBurst |
How much bandwidth, at maximum, will we use in a second for all relayed conns?
Definition at line 424 of file or_options_st.h.
Referenced by options_act_relay_bandwidth(), and relay_get_effective_bwburst().
uint64_t RelayBandwidthRate |
How much bandwidth, on average, are we willing to use for all relayed conns?
Definition at line 422 of file or_options_st.h.
Referenced by bwhist_fill_bandwidth_history(), options_act_relay_bandwidth(), relay_get_effective_bwrate(), router_has_bandwidth_to_be_dirserver(), and update_expected_bandwidth().
int ReloadTorrcOnSIGHUP |
If true, SIGHUP should reload the torrc. Sometimes controllers want to make this false.
Definition at line 838 of file or_options_st.h.
struct config_line_t* RendConfigLines |
List of configuration lines for rendezvous services.
Definition at line 429 of file or_options_st.h.
Referenced by hs_config_service_all().
int RendPostPeriod |
How often do we post each rendezvous service descriptor? Remember to publish them independently.
Definition at line 392 of file or_options_st.h.
int RephistTrackTime |
How many seconds do we keep rephist info?
Definition at line 590 of file or_options_st.h.
Referenced by clean_caches_callback().
int RunAsDaemon |
If true, run in the background. (Unix only)
Definition at line 350 of file or_options_st.h.
Referenced by options_act_once_on_startup(), and options_init_logs().
char* SafeLogging |
Contains "relay", "1", "0" (meaning no scrubbing).
Definition at line 553 of file or_options_st.h.
int SafeSocks |
Boolean: should we outright refuse application connections that use socks4 or socks5-with-local-dns?
Definition at line 561 of file or_options_st.h.
int Sandbox |
Boolean: should sandboxing be enabled?
Definition at line 560 of file or_options_st.h.
Referenced by options_act().
struct smartlist_t* Schedulers |
The list of scheduler type string ordered by priority that is first one has to be tried first. Default: KIST,KISTLite,Vanilla
Definition at line 1022 of file or_options_st.h.
struct smartlist_t* SchedulerTypes_ |
An ordered list of scheduler_types mapped from Schedulers.
Definition at line 1024 of file or_options_st.h.
int ServerDNSAllowBrokenConfig |
Boolean: if set, we start even if our resolv.conf file is missing or broken.
Definition at line 626 of file or_options_st.h.
int ServerDNSAllowNonRFC953Hostnames |
If true, we try resolving hostnames with weird characters.
Definition at line 638 of file or_options_st.h.
int ServerDNSDetectHijacking |
Boolean: If true, check for DNS failure hijacking.
Definition at line 611 of file or_options_st.h.
int ServerDNSRandomizeCase |
Boolean: Use the 0x20-hack to prevent DNS poisoning attacks.
Definition at line 613 of file or_options_st.h.
char* ServerDNSResolvConfFile |
If provided, we configure our internal resolver from the file here rather than from /etc/resolv.conf (Unix) or the registry (Windows).
Definition at line 615 of file or_options_st.h.
Referenced by configure_nameservers().
int ServerDNSSearchDomains |
Boolean: If set, we don't force exit addresses to be FQDNs, but rather search for them in the local domains.
Definition at line 608 of file or_options_st.h.
Referenced by launch_one_resolve().
struct smartlist_t* ServerDNSTestAddresses |
A list of addresses that definitely should be resolvable. Used for testing our DNS server.
Definition at line 632 of file or_options_st.h.
Referenced by add_wildcarded_test_address(), and is_test_address().
struct config_line_t* ServerTransportListenAddr |
List of TCP/IP addresses that transports should listen at.
Definition at line 266 of file or_options_st.h.
Referenced by options_validate_server_transport(), and pt_get_bindaddr_from_config().
struct config_line_t* ServerTransportOptions |
List of options that must be passed to pluggable transports.
Definition at line 269 of file or_options_st.h.
Referenced by options_validate_server_transport(), and pt_get_options_for_server_transport().
struct config_line_t* ServerTransportPlugin |
List of client transport plugins.
Definition at line 262 of file or_options_st.h.
Referenced by extrainfo_dump_to_string_stats_helper(), options_act_server_transport(), and options_validate_server_transport().
int ShutdownWaitLength |
When we get a SIGINT and we're a server, how long do we wait before exiting?
Definition at line 551 of file or_options_st.h.
int SigningKeyLifetime |
For how long (seconds) do we declare our signing keys to be valid?
Definition at line 955 of file or_options_st.h.
char* Socks4Proxy |
hostname:port to use as a SOCKS4 proxy, if any.
Definition at line 450 of file or_options_st.h.
Referenced by get_pt_proxy_uri().
tor_addr_t Socks4ProxyAddr |
Derived from Socks4Proxy.
Definition at line 451 of file or_options_st.h.
Referenced by get_pt_proxy_uri().
uint16_t Socks4ProxyPort |
Derived from Socks4Proxy.
Definition at line 452 of file or_options_st.h.
Referenced by get_pt_proxy_uri().
char* Socks5Proxy |
hostname:port to use as a SOCKS5 proxy, if any.
Definition at line 454 of file or_options_st.h.
Referenced by get_pt_proxy_uri().
tor_addr_t Socks5ProxyAddr |
Derived from Sock5Proxy.
Definition at line 455 of file or_options_st.h.
Referenced by get_pt_proxy_uri().
char* Socks5ProxyPassword |
Password for SOCKS5 authentication, if any
Definition at line 458 of file or_options_st.h.
Referenced by get_pt_proxy_uri().
uint16_t Socks5ProxyPort |
Derived from Socks5Proxy.
Definition at line 456 of file or_options_st.h.
Referenced by get_pt_proxy_uri().
char* Socks5ProxyUsername |
Username for SOCKS5 authentication, if any
Definition at line 457 of file or_options_st.h.
Referenced by connection_socks5_proxy_connect(), and get_pt_proxy_uri().
struct config_line_t* SocksPolicy |
Lists of socks policy components
Definition at line 144 of file or_options_st.h.
Referenced by policies_parse_from_options().
struct config_line_t* SocksPort_lines |
Ports to listen on for SOCKS connections.
Definition at line 170 of file or_options_st.h.
int SocksTimeout |
How long do we let a socks connection wait unattached before we fail it?
Definition at line 396 of file or_options_st.h.
Referenced by connection_ap_expire_beginning(), and connection_ap_handshake_attach_circuit().
int SSLKeyLifetime |
What expiry time shall we place on our SSL certs? "0" means we should guess a suitable value.
Definition at line 942 of file or_options_st.h.
Referenced by router_initialize_tls_context().
int StrictNodes |
Boolean: When none of our EntryNodes or ExitNodes are up, or we need to access a node in ExcludeNodes, do we just fail instead?
Definition at line 117 of file or_options_st.h.
Referenced by router_should_check_reachability().
struct config_suite_t* subconfigs_ |
Configuration objects for individual modules.
Never access this field or its members directly: instead, use the module in question to get its relevant configuration object.
Definition at line 1069 of file or_options_st.h.
char* SyslogIdentityTag |
Identity tag to add for syslog logging.
Definition at line 79 of file or_options_st.h.
char* TCPProxy |
protocol and hostname:port to use as a proxy, if any.
Definition at line 460 of file or_options_st.h.
tor_addr_t TCPProxyAddr |
Derived from TCPProxy.
Definition at line 462 of file or_options_st.h.
uint16_t TCPProxyPort |
Derived from TCPProxy.
Definition at line 463 of file or_options_st.h.
tcp_proxy_protocol_t TCPProxyProtocol |
Derived from TCPProxy.
Definition at line 461 of file or_options_st.h.
int TestingAuthKeyLifetime |
For how long (seconds) do we declare our auth keys to be valid?
Definition at line 959 of file or_options_st.h.
int TestingAuthKeySlop |
How long before auth keys expire will we try to make a new one?
Definition at line 966 of file or_options_st.h.
int TestingBridgeBootstrapDownloadInitialDelay |
Schedule for when clients should download bridge descriptors when they have no running bridges. Only altered on testing networks.
Definition at line 795 of file or_options_st.h.
int TestingBridgeDownloadInitialDelay |
Schedule for when clients should download bridge descriptors. Only altered on testing networks.
Definition at line 791 of file or_options_st.h.
int TestingClientConsensusDownloadInitialDelay |
Schedule for when clients should download consensuses. Only altered on testing networks.
Definition at line 757 of file or_options_st.h.
int TestingClientDownloadInitialDelay |
Schedule for when clients should download things in general. Only altered on testing networks.
Definition at line 749 of file or_options_st.h.
int TestingClientMaxIntervalWithoutRequest |
When directory clients have only a few descriptors to request, they batch them until they have more, or until this amount of time has passed. Only altered on testing networks.
Definition at line 800 of file or_options_st.h.
int TestingDirConnectionMaxStall |
How long do we let a directory connection stall before expiring it? Only altered on testing networks.
Definition at line 804 of file or_options_st.h.
int TestingEnableCellStatsEvent |
Enable CELL_STATS events. Only altered on testing networks.
Definition at line 820 of file or_options_st.h.
int TestingEnableConnBwEvent |
Enable CONN_BW events. Only altered on testing networks.
Definition at line 817 of file or_options_st.h.
int TestingLinkCertLifetime |
For how long (seconds) do we declare our link keys to be valid?
Definition at line 957 of file or_options_st.h.
int TestingLinkKeySlop |
How long before link keys expire will we try to make a new one?
Definition at line 964 of file or_options_st.h.
int TestingServerConsensusDownloadInitialDelay |
Schedule for when servers should download consensuses. Only altered on testing networks.
Definition at line 753 of file or_options_st.h.
int TestingServerDownloadInitialDelay |
Schedule for when servers should download things in general. Only altered on testing networks.
Definition at line 745 of file or_options_st.h.
int TestingSigningKeySlop |
How long before signing keys expire will we try to make a new one?
Definition at line 962 of file or_options_st.h.
int TestingTorNetwork |
If true, we take part in a testing network. Change the defaults of a couple of other configuration options and allow to change the values of certain configuration options.
Definition at line 814 of file or_options_st.h.
Referenced by fetch_networkstatus_callback(), and hs_hsdir_requery_period().
int TestingV3AuthInitialDistDelay |
The length of time we think it will take to distribute initial signatures. Only altered on testing networks.
Definition at line 737 of file or_options_st.h.
int TestingV3AuthInitialVoteDelay |
The length of time we think it will take to distribute initial votes. Only altered on testing networks.
Definition at line 733 of file or_options_st.h.
int TestingV3AuthInitialVotingInterval |
The length of time that we think an initial consensus should be fresh. Only altered on testing networks.
Definition at line 729 of file or_options_st.h.
int TestingV3AuthVotingStartOffset |
Offset in seconds added to the starting time for consensus voting. Only altered on testing networks.
Definition at line 741 of file or_options_st.h.
Referenced by dirauth_sched_get_cur_valid_after_time().
int TestSocks |
Boolean: when we get a socks connection, do we loudly log whether it was DNS-leaking or not?
Definition at line 565 of file or_options_st.h.
int TokenBucketRefillInterval |
Token Bucket Refill resolution in milliseconds.
Definition at line 568 of file or_options_st.h.
Referenced by init_libevent(), and reenable_blocked_connection_init().
struct smartlist_t* TrackHostExits |
Should we try to reuse the same exit node for a given host
Definition at line 381 of file or_options_st.h.
Referenced by hostname_in_track_host_exits().
int TrackHostExitsExpire |
Number of seconds until we expire an addressmap
Definition at line 382 of file or_options_st.h.
struct config_line_t* TransPort_lines |
Ports to listen on for transparent pf/netfilter connections.
Definition at line 172 of file or_options_st.h.
char* TransProxyType |
What kind of transparent proxy implementation are we using?
Definition at line 173 of file or_options_st.h.
enum { ... } TransProxyType_parsed |
Parsed value of TransProxyType.
Referenced by connection_ap_get_original_destination().
int TruncateLogFile |
Boolean: Should we truncate the log file before we start writing?
Definition at line 77 of file or_options_st.h.
int UnixSocksGroupWritable |
Boolean: Are SOCKS Unix sockets g+rw?
Definition at line 192 of file or_options_st.h.
Referenced by parse_ports().
int UpdateBridgesFromAuthority |
Boolean: if we know the bridge's digest, should we get new descriptors from the bridge authorities or from the bridge itself?
Definition at line 277 of file or_options_st.h.
int UseBridges |
Boolean: should we start all circuits with a bridge?
Definition at line 256 of file or_options_st.h.
Referenced by choose_guard_selection(), dirclient_fetches_dir_info_later(), entry_list_is_constrained(), reachable_addr_use_ipv6(), and second_elapsed_callback().
int UseDefaultFallbackDirs |
Whether to use the default hard-coded FallbackDirs
Definition at line 473 of file or_options_st.h.
int UseEntryGuards |
Internal variable to remember whether we're actually acting on UseEntryGuards_option – when we're a non-anonymous Single Onion Service, it is always false, otherwise we use the value of UseEntryGuards_option.
Definition at line 577 of file or_options_st.h.
Referenced by should_use_directory_guards().
int UseEntryGuards_option |
Boolean: Do we try to enter from a smallish number of fixed nodes?
Definition at line 572 of file or_options_st.h.
int UseGuardFraction |
If 1, we use any guardfraction information we see in the consensus. If 0, we don't. If -1, let the consensus parameter decide.
Definition at line 584 of file or_options_st.h.
Referenced by should_apply_guardfraction().
int UseMicrodescriptors |
If 1, we try to use microdescriptors to build circuits. If 0, we don't. If -1, Tor decides.
Definition at line 862 of file or_options_st.h.
Referenced by we_use_microdescriptors_for_circuits().
char* User |
Name of user to run Tor as.
Definition at line 162 of file or_options_st.h.
Referenced by connection_listener_new_for_port(), hs_config_client_authorization(), options_create_directories(), and options_switch_id().
int UsingTestNetworkDefaults_ |
Set to true if the TestingTorNetwork configuration option is set. This is used so that options_validate() has a chance to realize that the defaults have changed.
Definition at line 858 of file or_options_st.h.
int V3AuthDistDelay |
The length of time we think it will take to distribute signatures.
Definition at line 713 of file or_options_st.h.
Referenced by dirvote_get_preferred_voting_intervals().
int V3AuthNIntervalsValid |
The number of intervals we think a consensus should be valid.
Definition at line 715 of file or_options_st.h.
Referenced by dirvote_get_preferred_voting_intervals().
int V3AuthoritativeDir |
Boolean: is this an authoritative directory for version 3 directories?
Definition at line 240 of file or_options_st.h.
int V3AuthUseLegacyKey |
Should advertise and sign consensuses with a legacy key, for key migration purposes?
Definition at line 719 of file or_options_st.h.
int V3AuthVoteDelay |
The length of time we think it will take to distribute votes.
Definition at line 711 of file or_options_st.h.
Referenced by dirvote_get_preferred_voting_intervals().
int V3AuthVotingInterval |
The length of time that we think a consensus should be fresh.
Definition at line 709 of file or_options_st.h.
Referenced by dirauth_sched_get_configured_interval(), and dirvote_get_preferred_voting_intervals().
char* V3BandwidthsFile |
Location of bandwidth measurement file
Definition at line 722 of file or_options_st.h.
char* VirtualAddrNetworkIPv4 |
Address and mask to hand out for virtual MAPADDRESS requests for IPv4 addresses
Definition at line 604 of file or_options_st.h.
char* VirtualAddrNetworkIPv6 |
Address and mask to hand out for virtual MAPADDRESS requests for IPv6 addresses
Definition at line 606 of file or_options_st.h.
struct smartlist_t* WarnPlaintextPorts |
Related to RejectPlaintextPorts above, except this config option controls whether we warn (in the log and via a controller status event) every time a risky connection is attempted.
Definition at line 379 of file or_options_st.h.
Referenced by consider_plaintext_ports().