#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>
Go to the source code of this file.
void InterruptTorControl |
( |
| ) |
|
void StartTorControl |
( |
boost::thread_group & |
threadGroup, |
|
|
CScheduler & |
scheduler |
|
) |
| |
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.