diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-11-27 23:05:21 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-11-27 23:05:21 -0500 |
commit | 95ead313490accfb9ec43630a702b6d735dd34fb (patch) | |
tree | f36335fe34dc12bfad603496701294b2fd8efafb | |
parent | e2641484a72c342ad6313eea135709f21c3a225a (diff) | |
download | tor-95ead313490accfb9ec43630a702b6d735dd34fb.tar.gz tor-95ead313490accfb9ec43630a702b6d735dd34fb.zip |
Tweak global_scheduler changes file
-rw-r--r-- | changes/global_scheduler | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/changes/global_scheduler b/changes/global_scheduler index d0b8305ceb..df3b464f91 100644 --- a/changes/global_scheduler +++ b/changes/global_scheduler @@ -1,4 +1,12 @@ - o Major changes: + o Major features (relay, infrastructure): - Implement a new inter-cmux comparison API, a global high/low watermark mechanism and a global scheduler loop for transmission prioritization - across all channels as well as among circuits on one channel. + across all channels as well as among circuits on one channel. This + schedule is currently tuned to (tolerantly) avoid making changes + in the current network performance, but it should form the basis + major circuit performance increases. Code by Andrea; implements + ticket 9262. + + o Testing: + - New tests for many parts of channel, relay, and circuit mux + functionality. Code by Andrea; part of 9262. |