Some way to get notification when there are new consensus params
We'll need a way to register interest in new network parameters, and get reports of them. This seems like the kind of thing we could use a broadcast channel for.
When we get this notification, we should make sure we call update_params() on any ParetoTimeoutEstimator.
Edited by Nick Mathewson