Bitcoin Core  0.21.1
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
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

CService DefaultOnionServiceTarget ( )

Definition at line 785 of file torcontrol.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void InterruptTorControl ( )

Definition at line 766 of file torcontrol.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void StartTorControl ( CService  onion_service_target)

Definition at line 747 of file torcontrol.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void StopTorControl ( )

Definition at line 776 of file torcontrol.cpp.

Here is the caller graph for this function:

Variable Documentation

const bool DEFAULT_LISTEN_ONION = true
static

Definition at line 16 of file torcontrol.h.

const std::string DEFAULT_TOR_CONTROL

Default control port.

Definition at line 34 of file torcontrol.cpp.