// SPDX-License-Identifier: BUSL-1.1
//! Pre-warm the QUIC peer cache after `TransportBind` so the
//! first replicated request after boot doesn't pay a cold
//! connect. Slots into the startup sequencer between
//! `TransportBind` and `WarmPeers` phases.
pub use PeerWarmReport;
pub use warm_known_peers;