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
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
sergi
Tor
Commits
3537f780
Commit
3537f780
authored
7 years ago
by
Matt Traudt
Committed by
Nick Mathewson
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add notes about OS support for our scheduler types
parent
85778dc9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changes/ticket24254
+3
-0
3 additions, 0 deletions
changes/ticket24254
doc/tor.1.txt
+5
-3
5 additions, 3 deletions
doc/tor.1.txt
with
8 additions
and
3 deletions
changes/ticket24254
0 → 100644
+
3
−
0
View file @
3537f780
o Documentation:
Add notes in man page regarding OS support for the various scheduler types.
Closes ticket 24254.
This diff is collapsed.
Click to expand it.
doc/tor.1.txt
+
5
−
3
View file @
3537f780
...
...
@@ -801,14 +801,16 @@ GENERAL OPTIONS
+
**KIST**: Kernel Informed Socket Transport. Tor will use the kernel tcp
information stack per-socket to make an informed decision on if it should
send or not the data. (Only available on Linux)
send or not the data. As implemented, KIST will only work on Linux kernel
version 2.6.39 or higher.
+
**KISTLite**: Same as KIST but without kernel support which means that tor
will use all the same mecanics as KIST but without the TCP information the
kernel can provide.
kernel can provide. KISTLite will work on all kernels and operating
systems.
+
**Vanilla**: The scheduler that tor has always used that is do as much as
possible or AMAP.
possible or AMAP.
Vanilla will work on all kernels and operating systems.
[[KISTSchedRunInterval]] **KISTSchedRunInterval** __NUM__ **msec**::
If KIST or KISTLite is used in Schedulers option, this control at which
...
...
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