diff options
author | Matt Traudt <sirmatt@ksu.edu> | 2017-09-15 10:28:01 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2017-09-15 11:40:59 -0400 |
commit | 47390d1c9e16cd5973e10896e46c2ef13fc617fb (patch) | |
tree | 0e1a1a1dabf83197edb7dd9df7f4ab2d0893e15b /changes | |
parent | 63204be48faccc2e8a7422944700cf899faa1f89 (diff) | |
download | tor-47390d1c9e16cd5973e10896e46c2ef13fc617fb.tar.gz tor-47390d1c9e16cd5973e10896e46c2ef13fc617fb.zip |
fixup! sched: add changes file (spaces)
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket12541 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/changes/ticket12541 b/changes/ticket12541 index 9543eceec5..db6d2ad50b 100644 --- a/changes/ticket12541 +++ b/changes/ticket12541 @@ -5,7 +5,7 @@ http://www.robgjansen.com/publications/kist-sec2014.pdf https://arxiv.org/abs/1709.01044 - + This is also a major refactoring of the entire scheduler subsystem in order for it to be more modular and thus much more easier to add more scheduler type later. The current scheduler has been named "Vanilla" but @@ -16,7 +16,7 @@ It is also possible to change it at runtime. It is an ordered list by priority. KIST might not be available on all platforms so there is a fallback to "KISTLite" that uses the same mechanisms but without the - kernel support. + kernel support. The current default values are: Schedulers KIST,KISTLite,Vanilla. |