Tor
0.4.7.0-alpha-dev
|
The or_options_t structure, which represents Tor's configuration. More...
#include "core/or/or.h"
#include "lib/cc/torint.h"
#include "lib/net/address.h"
#include "app/config/tor_cmdline_mode.h"
Go to the source code of this file.
Data Structures | |
struct | or_options_t |
Macros | |
#define | MAX_MAX_CLIENT_CIRCUITS_PENDING 1024 |
Enumerations | |
enum | outbound_addr_t { OUTBOUND_ADDR_EXIT , OUTBOUND_ADDR_OR , OUTBOUND_ADDR_PT , OUTBOUND_ADDR_ANY , OUTBOUND_ADDR_MAX } |
enum | tcp_proxy_protocol_t { TCP_PROXY_PROTOCOL_HAPROXY } |
enum | key_expiration_format_t { KEY_EXPIRATION_FORMAT_ISO8601 = 0 , KEY_EXPIRATION_FORMAT_TIMESTAMP } |
The or_options_t structure, which represents Tor's configuration.
Definition in file or_options_st.h.
Enumeration of available time formats for output of –key-expiration
Definition at line 58 of file or_options_st.h.
enum outbound_addr_t |
Enumeration of outbound address configuration types: Exit-only, OR-only, PT-only, or any of them
Definition at line 28 of file or_options_st.h.
enum tcp_proxy_protocol_t |
Which protocol to use for TCPProxy.
Enumerator | |
---|---|
TCP_PROXY_PROTOCOL_HAPROXY | Use the HAProxy proxy protocol. |
Definition at line 52 of file or_options_st.h.