File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
ouroboros-consensus/src/ouroboros-consensus/Ouroboros/Consensus/Block Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -250,7 +250,13 @@ succWithOrigin = withOrigin minBound succ
250250 Ouroboros Genesis window
251251-------------------------------------------------------------------------------}
252252
253- -- TODO docs/better place?
253+ -- | Size of the Genesis window, in number of slots.
254+ --
255+ -- This is the number of slots that the GDD Governor (Genesis Density
256+ -- Disconnection Governor -- see 'Ouroboros.Consensus.Genesis.Governor') will
257+ -- consider when deciding whether to disconnect from a peer. It has to be
258+ -- smaller or equal to the stability window. For instance, for Shelley-based
259+ -- eras, this will be equal to a stability window, that is @3k/f@.
254260newtype GenesisWindow = GenesisWindow { unGenesisWindow :: Word64 }
255261 deriving stock (Show , Eq , Ord )
256262 deriving newtype (NoThunks , Num )
You can’t perform that action at this time.
0 commit comments