Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <string>
Go to the source code of this file.
Functions | |
void | StartTorControl (CService onion_service_target) |
void | InterruptTorControl () |
void | StopTorControl () |
CService | DefaultOnionServiceTarget () |
Variables | |
const std::string | DEFAULT_TOR_CONTROL |
Default control port. More... | |
static const bool | DEFAULT_LISTEN_ONION = true |
CService DefaultOnionServiceTarget | ( | ) |
Definition at line 871 of file torcontrol.cpp.
void InterruptTorControl | ( | ) |
void StartTorControl | ( | CService | onion_service_target | ) |
Definition at line 834 of file torcontrol.cpp.
void StopTorControl | ( | ) |
|
static |
Definition at line 16 of file torcontrol.h.
|
extern |
Default control port.
Definition at line 38 of file torcontrol.cpp.