diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2020-03-09 16:00:50 +0200 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-03-10 09:13:19 -0400 |
commit | 94a2376e01a5a35b3ce030874a15faba56ea6322 (patch) | |
tree | 37556260ee446987f9a7ca167cbc0e4b76eb49df /doc | |
parent | 87e08730565d0da3b598b2ecc20ed4c8791414ef (diff) | |
download | tor-94a2376e01a5a35b3ce030874a15faba56ea6322.tar.gz tor-94a2376e01a5a35b3ce030874a15faba56ea6322.zip |
Document __OwningControllerProcess torrc option and mention polling interval
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index f517a78f6d..91c558e88b 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -760,6 +760,11 @@ forward slash (/) in the configuration file and on the command line. This setting will be ignored for connections to the loopback addresses (127.0.0.0/8 and ::1). +[[OwningControllerProcess]] **$$__$$OwningControllerProcess** __PID__:: + Make Tor instance periodically check for presence of a controller process + with given PID and terminate itself if this process is no longer alive. + Polling interval is 15 seconds. + [[PerConnBWBurst]] **PerConnBWBurst** __N__ **bytes**|**KBytes**|**MBytes**|**GBytes**|**TBytes**|**KBits**|**MBits**|**GBits**|**TBits**:: If this option is set manually, or via the "perconnbwburst" consensus field, Tor will use it for separate rate limiting for each connection |