Add a couple of TODO items to clock-skew estimator.

This commit is contained in:
Nick Mathewson 2022-04-08 08:58:19 -04:00
parent cf362fac9f
commit 452e1c0935
1 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,12 @@
//! Code for creating and manipulating observations about clock skew.
// TODO:
// - See if we can safely report a "no-confidence" value with even fewer
// observations than we currently collect.
// - If the universe of fallbacks and/or the guard sample size and/or the list
// of bridges is very small, see if we can still use that to make a
// low-confidence value.
use std::time::{Duration, Instant};
use tor_proto::ClockSkew;