Dash Core  0.12.2.1
P2P Digital Currency
torcontrol.h File Reference
#include "scheduler.h"

Go to the source code of this file.

Functions

void StartTorControl (boost::thread_group &threadGroup, CScheduler &scheduler)
 
void InterruptTorControl ()
 
void StopTorControl ()
 

Variables

const std::string DEFAULT_TOR_CONTROL
 
static const bool DEFAULT_LISTEN_ONION = true
 

Function Documentation

◆ InterruptTorControl()

void InterruptTorControl ( )

Definition at line 686 of file torcontrol.cpp.

Referenced by Interrupt().

◆ StartTorControl()

void StartTorControl ( boost::thread_group &  threadGroup,
CScheduler scheduler 
)

Definition at line 669 of file torcontrol.cpp.

Referenced by AppInit2().

◆ StopTorControl()

void StopTorControl ( )

Definition at line 694 of file torcontrol.cpp.

Referenced by Shutdown().

Variable Documentation

◆ DEFAULT_LISTEN_ONION

const bool DEFAULT_LISTEN_ONION = true
static

Definition at line 14 of file torcontrol.h.

Referenced by AppInit2(), and HelpMessage().

◆ DEFAULT_TOR_CONTROL

const std::string DEFAULT_TOR_CONTROL

Functionality for communicating with Tor.

Default control port

Definition at line 29 of file torcontrol.cpp.

Referenced by HelpMessage(), and TorControlThread().