mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
fda61e030e
Background processes spawned by Tor now will have a valid stdin. Pluggable transports can detect this behavior with the aformentioned enviornment variable, and exit if stdin ever gets closed.
6 lines
345 B
Plaintext
6 lines
345 B
Plaintext
o Minor features (pluggable Transports):
|
|
- When launching managed pluggable transports, setup a valid open stdin
|
|
in the child process that can be used to detect if tor has terminated.
|
|
The "TOR_PT_EXIT_ON_STDIN_CLOSE" enviornment variable can be used by
|
|
implementations to detect this new behavior. Resolves ticket 15435.
|