Bitcoin ABC 0.26.3
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. | |
static const bool | DEFAULT_LISTEN_ONION = true |
CService DefaultOnionServiceTarget | ( | ) |
Definition at line 871 of file torcontrol.cpp.
void InterruptTorControl | ( | ) |
Definition at line 853 of file torcontrol.cpp.
Definition at line 834 of file torcontrol.cpp.
void StopTorControl | ( | ) |
Definition at line 863 of file torcontrol.cpp.
Definition at line 16 of file torcontrol.h.
|
extern |
Default control port.
Definition at line 38 of file torcontrol.cpp.