diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-12-18 22:33:02 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-12-18 22:33:02 -0500 |
commit | 05a2473b7f38d6c5cab0c98aec7ab61aec3ac6cc (patch) | |
tree | 84f3e62634ef7f331f44d0c0f5f98afd9bbbaee6 /ChangeLog | |
parent | 7edae5898416dbd291d9e5e9f75e0b24153e73ea (diff) | |
parent | 5e2eaa37f1984e3de122568062d364283402bdf3 (diff) | |
download | tor-05a2473b7f38d6c5cab0c98aec7ab61aec3ac6cc.tar.gz tor-05a2473b7f38d6c5cab0c98aec7ab61aec3ac6cc.zip |
Merge branch 'ewma'
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,4 +1,14 @@ Changes in version 0.2.2.7-alpha - 2009-??-?? + o Major features: + - When choosing which cells to relay first, we can now favor circuits + that have been quiet recently, so as to get lower latency for + low-volume circuits. By default, relays enable or disable this + feature based on a setting in the consensus. Preliminary testing + suggests that this should make the network feel faster as more relays + use it. You can override this default by using the new + "CircuitPriorityHalflife" config option. Design and code by Ian + Goldberg, Can Tang, and Chris Alexander. + o Minor features: - New config option "CircuitStreamTimeout" to override our internal timeout schedule for how many seconds until we detach a stream from |