#include <netaddress.h>
#include <util/fs.h>
#include <util/sock.h>
#include <util/threadinterrupt.h>
#include <cstdint>
#include <deque>
#include <functional>
#include <memory>
#include <string>
#include <thread>
#include <vector>
Go to the source code of this file.
◆ DefaultOnionServiceTarget()
| CService DefaultOnionServiceTarget |
( |
uint16_t |
port | ) |
|
◆ DEFAULT_LISTEN_ONION
| const bool DEFAULT_LISTEN_ONION = true |
|
static |
◆ DEFAULT_TOR_CONTROL
| const std::string DEFAULT_TOR_CONTROL |
|
extern |
◆ DEFAULT_TOR_CONTROL_PORT
| constexpr int DEFAULT_TOR_CONTROL_PORT = 9051 |
|
constexpr |
◆ DEFAULT_TOR_SOCKS_PORT
| constexpr uint16_t DEFAULT_TOR_SOCKS_PORT {9050} |
|
constexpr |
Functionality for communicating with Tor.
Definition at line 24 of file torcontrol.h.
◆ TOR_REPLY_OK
| constexpr int TOR_REPLY_OK {250} |
|
constexpr |
◆ TOR_REPLY_SYNTAX_ERROR
| constexpr int TOR_REPLY_SYNTAX_ERROR {512} |
|
constexpr |
Syntax error in command argument.
Definition at line 32 of file torcontrol.h.
◆ TOR_REPLY_UNRECOGNIZED
| constexpr int TOR_REPLY_UNRECOGNIZED {510} |
|
constexpr |