]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Tweak global_scheduler changes file
authorNick Mathewson <nickm@torproject.org>
Fri, 28 Nov 2014 04:05:21 +0000 (23:05 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 28 Nov 2014 04:05:21 +0000 (23:05 -0500)
changes/global_scheduler

index d0b8305ceb5947b7f5b24fa4c321c92a4204901f..df3b464f91c02600687d7d5fe6808ac33df0d9c7 100644 (file)
@@ -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.