Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Functions | Variables
torcontrol.cpp File Reference
#include <torcontrol.h>
#include <utilstrencodings.h>
#include <netbase.h>
#include <net.h>
#include <util.h>
#include <crypto/hmac_sha256.h>
#include <vector>
#include <deque>
#include <set>
#include <stdlib.h>
#include <boost/bind.hpp>
#include <boost/signals2/signal.hpp>
#include <boost/algorithm/string/split.hpp>
#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/replace.hpp>
#include <event2/bufferevent.h>
#include <event2/buffer.h>
#include <event2/util.h>
#include <event2/event.h>
#include <event2/thread.h>
Include dependency graph for torcontrol.cpp:

Go to the source code of this file.

Classes

class  TorControlReply
 Reply from Tor, can be single or multi-line. More...
 
class  TorControlConnection
 Low-level handling for Tor control connection. More...
 
class  TorController
 Controller that connects to Tor control socket, authenticate, then create and maintain an ephemeral hidden service. More...
 

Functions

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

Variables

const std::string DEFAULT_TOR_CONTROL = "127.0.0.1:9051"
 Default control port. More...
 

Function Documentation

void InterruptTorControl ( )

Definition at line 760 of file torcontrol.cpp.

Here is the caller graph for this function:

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

Definition at line 743 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 768 of file torcontrol.cpp.

Here is the caller graph for this function:

Variable Documentation

const std::string DEFAULT_TOR_CONTROL = "127.0.0.1:9051"

Default control port.

Functionality for communicating with Tor.

Definition at line 31 of file torcontrol.cpp.