#include <netaddress.h>
#include <util/fs.h>
#include <event2/util.h>
#include <cstdint>
#include <deque>
#include <functional>
#include <string>
#include <vector>
Go to the source code of this file.
◆ DefaultOnionServiceTarget()
CService DefaultOnionServiceTarget |
( |
uint16_t |
port | ) |
|
◆ InterruptTorControl()
void InterruptTorControl |
( |
| ) |
|
◆ StartTorControl()
void StartTorControl |
( |
CService |
onion_service_target | ) |
|
◆ StopTorControl()
◆ 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 |
Functionality for communicating with Tor.
Definition at line 22 of file torcontrol.h.