Bitcoin ABC  0.28.12
P2P Digital Currency
Functions | Variables
torcontrol.h File Reference
#include <string>
Include dependency graph for torcontrol.h:
This graph shows which files directly or indirectly include this file:

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
 

Function Documentation

◆ DefaultOnionServiceTarget()

CService DefaultOnionServiceTarget ( )

Definition at line 870 of file torcontrol.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ InterruptTorControl()

void InterruptTorControl ( )

Definition at line 852 of file torcontrol.cpp.

Here is the caller graph for this function:

◆ StartTorControl()

void StartTorControl ( CService  onion_service_target)

Definition at line 833 of file torcontrol.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ StopTorControl()

void StopTorControl ( )

Definition at line 862 of file torcontrol.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ DEFAULT_LISTEN_ONION

const bool DEFAULT_LISTEN_ONION = true
static

Definition at line 16 of file torcontrol.h.

◆ DEFAULT_TOR_CONTROL

const std::string DEFAULT_TOR_CONTROL
extern

Default control port.

Definition at line 37 of file torcontrol.cpp.