mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Document __OwningControllerProcess torrc option and mention polling interval
This commit is contained in:
parent
87e0873056
commit
94a2376e01
2 changed files with 8 additions and 0 deletions
3
changes/doc32971
Normal file
3
changes/doc32971
Normal file
|
@ -0,0 +1,3 @@
|
|||
o Documentation (manpage):
|
||||
- Document __OwningControllerProcess torrc option and specify polling
|
||||
interval. Resolves issue 32971.
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue