Connect to a Tor control port. tor_control_center is address of the form host:port. Return true on success.
Declared in <torcontrol.h>
bool
Connect(std::string const& tor_control_center);
true on success, false on failure.
| Name | Description |
|---|---|
| tor_control_center | Address of the Tor control socket in host:port form. |