Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Core
Tor
Commits
616c0f82
Unverified
Commit
616c0f82
authored
5 years ago
by
Taylor Yu
Committed by
teor
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
manpage: fixes to alphabetize General Options
parent
645acaf1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/tor.1.txt
+11
-4
11 additions, 4 deletions
doc/tor.1.txt
with
11 additions
and
4 deletions
doc/tor.1.txt
+
11
−
4
View file @
616c0f82
...
...
@@ -227,6 +227,9 @@ forward slash (/) in the configuration file and on the command line.
== GENERAL OPTIONS
// These options are in alphabetical order, with exceptions as noted.
// Please keep them that way!
[[AccelDir]] **AccelDir** __DIR__::
Specify this option if using dynamic hardware acceleration and the engine
implementation library resides somewhere other than the OpenSSL default.
...
...
@@ -647,10 +650,6 @@ forward slash (/) in the configuration file and on the command line.
we keep the capability only if we are configured to listen on a low port.
Can not be changed while tor is running.
(Default: auto.)
[[LogMessageDomains]] **LogMessageDomains** **0**|**1**::
If 1, Tor includes message domains with each log message. Every log
message currently has at least one domain; most currently have exactly
one. This doesn't affect controller log messages. (Default: 0)
[[Log]] **Log** __minSeverity__[-__maxSeverity__] **stderr**|**stdout**|**syslog**::
Send all messages between __minSeverity__ and __maxSeverity__ to the standard
...
...
@@ -701,6 +700,11 @@ forward slash (/) in the configuration file and on the command line.
messages from domains other than networking and memory management, and all
messages of severity notice or higher.
[[LogMessageDomains]] **LogMessageDomains** **0**|**1**::
If 1, Tor includes message domains with each log message. Every log
message currently has at least one domain; most currently have exactly
one. This doesn't affect controller log messages. (Default: 0)
[[LogTimeGranularity]] **LogTimeGranularity** __NUM__::
Set the resolution of timestamps in Tor's logs to NUM milliseconds.
NUM must be positive and either a divisor or a multiple of 1 second.
...
...
@@ -864,12 +868,14 @@ forward slash (/) in the configuration file and on the command line.
sends as much data as possible, as soon as possible. Vanilla will work on
all kernels and operating systems.
// Out of order because it logically belongs near the Schedulers option
[[KISTSchedRunInterval]] **KISTSchedRunInterval** __NUM__ **msec**::
If KIST or KISTLite is used in the Schedulers option, this controls at which
interval the scheduler tick is. If the value is 0 msec, the value is taken
from the consensus if possible else it will fallback to the default 10
msec. Maximum possible value is 100 msec. (Default: 0 msec)
// Out of order because it logically belongs near the Schedulers option
[[KISTSockBufSizeFactor]] **KISTSockBufSizeFactor** __NUM__::
If KIST is used in Schedulers, this is a multiplier of the per-socket
limit calculation of the KIST algorithm. (Default: 1.0)
...
...
@@ -899,6 +905,7 @@ forward slash (/) in the configuration file and on the command line.
Tor will make all OR connections through the SOCKS 5 proxy at host:port
(or host:1080 if port is not specified).
// Out of order because Username logically precedes Password
[[Socks5ProxyUsername]] **Socks5ProxyUsername** __username__ +
[[Socks5ProxyPassword]] **Socks5ProxyPassword** __password__::
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment