tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 8441189b3caee2e4cf58a8b2c080b25a3a9b0cfc
parent 426110dfa2e27f134e7bf44341e5df6f454e49a3
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed, 13 Dec 2017 09:50:53 -0500

Changes file for 24374, merged earlier.

Diffstat:
Achanges/bug24374 | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/changes/bug24374 b/changes/bug24374 @@ -0,0 +1,4 @@ + o Minor features (performance, 32-bit): + - Improve performance on 32-bit systems by avoiding 64-bit division + when timestamping cells and buffer chunks for OOM calculations. + Implements ticket 24374.