tor

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

commit 0c4751b59150f5613aa1c69d8c3483535ba7d6d6
parent 0592ee45fcb244f6fedf3d39867c8cb289f518e9
Author: Mike Perry <mikeperry-git@torproject.org>
Date:   Fri, 23 Jun 2017 19:10:20 -0400

Changes file for Bug 22212.

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

diff --git a/changes/bug22212 b/changes/bug22212 @@ -0,0 +1,5 @@ + o Minor bugfixes (netflow padding logging): + - Demote a warn that was caused by libevent delays to info if + the padding is less than 4.5 seconds late, or notice if it is more + (4.5 seconds is the amount of time that a netflow record might + be emitted after, if we chose the maximum timeout). Fixes bug #22212.