blob: a0bf9413a170cd502222bf19800ad642d5843ad1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/**
@dir /feature/control
@brief feature/control: Controller API.
The Controller API is a text-based protocol that another program (or another
thread, if you're running Tor in-process) can use to configure and control
Tor while it is running. The current protocol is documented in
[control-spec.txt](https://gitweb.torproject.org/torspec.git/tree/control-spec.txt).
**/
|