mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
f1bf9bf819
This feature should help programs that want to launch and manage a Tor process, as well as programs that want to launch and manage a Tor instance in a separate thread. Right now, they have to open a controlport, and then connect to it, with attendant authentication issues. This feature allows them to just start with an authenticated connection. Bug 23900.
8 lines
427 B
Plaintext
8 lines
427 B
Plaintext
o Minor features (API, embedding):
|
|
- Tor can now start with a preauthenticated control connection
|
|
created by the process that launched it. This feature is meant
|
|
for use by programs that want to launch and manage a Tor process
|
|
without allowing other programs to manage it as well.
|
|
For more information, see the __OwningControllerFD option
|
|
documented in control-spec.txt. Closes ticket 23900.
|