diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-12-29 03:42:46 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-12-29 03:42:46 +0000 |
commit | 361998d0f389b1a77035317b0f09587ca6ee3be2 (patch) | |
tree | 0c46afde3956b598a579cee351ffc49239f41c01 /ChangeLog | |
parent | 7cfdac1bf6486671517b736b8188c5b3d0caa7d5 (diff) | |
download | tor-361998d0f389b1a77035317b0f09587ca6ee3be2.tar tor-361998d0f389b1a77035317b0f09587ca6ee3be2.tar.gz |
r11741@Kushana: nickm | 2006-12-28 22:41:29 -0500
Count TLS bytes accurately: previously, we counted only the number of bytes read or transmitted via tls, not the number of extra bytes used to do so. This has been a lonstanding wart. The fix "Works for me".
svn:r9207
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,6 +16,9 @@ Changes in version 0.1.2.5-xxxx - 200?-??-?? same directory as tor.exe (Bug #356) and default to using the torrc located in the %appdata%\Tor\ of the user who installed the service. Patch from Matt Edman. + - Include TLS overhead when counting bandwidth usage; previously, we + would count only the bytes sent over TLS, but not the bytes used to + send them. o Minor features: - Start using the state file to store bandwidth accounting data: |