[obfs4/master] Add a ChgangeLog entry for the read buffer fix (No functional changes).

commit 64e5920c8438db8f0fbee292403264b178336ecb Author: Yawning Angel <yawning@schwanenlied.me> Date: Thu Oct 20 01:36:21 2016 +0000 Add a ChgangeLog entry for the read buffer fix (No functional changes). --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 09655b3..0d0d037 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,8 @@ Changes in version 0.0.7 - UNRELEASED: to the state file. - Correctly use the derived epoch hour when generating the server obfs4 ntor handshake response to be more tollerant of clock skew. + - Reuse the read buffer when consuming obfs4 frames over the network to + reduce memory consumption. Patch by oxtoacart. Changes in version 0.0.6 - 2016-01-25: - Delay transport factory initialization till after logging has been
participants (1)
-
yawning@torproject.org