Function solana::streamer::initialized_window[][src]

pub fn initialized_window(
    crdt: &Arc<RwLock<Crdt>>,
    blobs: Vec<SharedBlob>,
    entry_height: u64
) -> Window

Initialize a rebroadcast window with most recent Entry blobs

  • crdt - gossip instance, used to set blob ids
  • blobs - up to WINDOW_SIZE most recent blobs
  • entry_height - current entry height