summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-05-04 09:20:13 +0000
committerRoger Dingledine <arma@torproject.org>2007-05-04 09:20:13 +0000
commitb1d93df038d687c706cfcdfd72254457eefd3322 (patch)
tree39528b9441e6b01cb271691ed5d67c971001116b /ChangeLog
parentdc795203aa0b5ced09e84cb221c6988d934f51c5 (diff)
downloadtor-b1d93df038d687c706cfcdfd72254457eefd3322.tar.gz
tor-b1d93df038d687c706cfcdfd72254457eefd3322.zip
if you're using relaybandwidthrate and relaybandwidthburst, make
sure that's reflected in your router descriptor. svn:r10114
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f77d48cb14..28a03e62a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,10 +6,14 @@ Changes in version 0.2.0.1-alpha - 2007-??-??
queue for each circuit. This lets us use less slack memory, and
will eventually let us be smarter about prioritizing different kinds
of traffic.
- - Allocate cells in memory pools better speed and memory efficiency,
- especially on platforms where malloc() is inefficient.
+ - Use memory pools to allocate cells with better speed and memory
+ efficiency, especially on platforms where malloc() is inefficient.
- Stop reading on edge connections when their corresponding circuit
buffers are full; start again as the circuits empty out.
+ - New config options RelayBandwidthRate and RelayBandwidthBurst:
+ a separate set of token buckets for relayed traffic. Right now
+ relayed traffic is defined as answers to directory requests, and
+ OR connections that don't have any local circuits on them.
- Make PreferTunneledDirConns and TunnelDirConns work even when
we have no cached directory info. This means Tor clients can now
do all of their connections protected by TLS.