diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-02-14 16:46:55 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-02-14 16:46:55 +0000 |
commit | 6e35b118518a8247fe1c04099519950cdb9c7971 (patch) | |
tree | 3252e5df2e982f1d537cf31d3d51b710b87913fe /ChangeLog | |
parent | 4a74812c70b75df8938de00c9efb0fabaf699300 (diff) | |
download | tor-6e35b118518a8247fe1c04099519950cdb9c7971.tar.gz tor-6e35b118518a8247fe1c04099519950cdb9c7971.zip |
r11813@catbus: nickm | 2007-02-14 11:42:58 -0500
Tweak stream_bw patch: Remove a couple of redundant checks, save 8 bytes per edge connection, fix spelling in the changelog; expand spec.
svn:r9586
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ Changes in version 0.1.2.8-alpha - 2007-??-?? control protocol. We're planning to remove support for it during the next development series, so it's good to give people some advance warning. - - Add STREAM_BW events to reprot per-entry-stream bandwidth use. (Patch + - Add STREAM_BW events to report per-entry-stream bandwidth use. (Patch from Robert Hogan.) o Minor features: |