Function tor_dirmgr::bootstrap::make_consensus_request

source ยท
pub(crate) fn make_consensus_request(
    now: SystemTime,
    flavor: ConsensusFlavor,
    store: &dyn Store,
    config: &DirMgrConfig
) -> Result<ClientRequest>
Expand description

Construct an appropriate ClientRequest to download a consensus of the given flavor.