]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for Bug 22212.
authorMike Perry <mikeperry-git@torproject.org>
Fri, 23 Jun 2017 23:10:20 +0000 (19:10 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 26 Jun 2017 15:26:59 +0000 (11:26 -0400)
changes/bug22212 [new file with mode: 0644]

diff --git a/changes/bug22212 b/changes/bug22212
new file mode 100644 (file)
index 0000000..f92d670
--- /dev/null
@@ -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.