From 22810d740c33d71896822ec20d819724a8a38427 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 25 Feb 2011 12:12:02 -0500 Subject: [PATCH] Changes file for altf4's bug1074 stuff --- changes/launch_authcon_on_skew | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changes/launch_authcon_on_skew diff --git a/changes/launch_authcon_on_skew b/changes/launch_authcon_on_skew new file mode 100644 index 0000000000..276e860575 --- /dev/null +++ b/changes/launch_authcon_on_skew @@ -0,0 +1,7 @@ + o Minor features + - When we get a connection from a non-authority that tells us our + clock is skewed, and we haven't heard about clock skew (or lack + thereof) from an authority, launch a connection to an authority + so we can find out whether we're really skewed. Related to + bug 1074. Patch from "AltF4". +