mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
6 lines
345 B
Text
6 lines
345 B
Text
|
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.
|