Skip to content

Commit

Permalink
New governor properties for making progress towards targets
Browse files Browse the repository at this point in the history
In particular the target for known peers, which is particularly tricky.
Also properties for established and active peers. These all use the
signal-based abstraction to define the properties in a compositional
and hopefully comprehensible style.
  • Loading branch information
dcoutts authored and bolt12 committed May 12, 2021
1 parent 012779f commit ddd124c
Show file tree
Hide file tree
Showing 3 changed files with 1,011 additions and 4 deletions.
Expand Up @@ -33,6 +33,8 @@ module Ouroboros.Network.PeerSelection.Governor (
establishedPeersStatus,
PeerSelectionState(..),
PeerSelectionCounters(..)
nullPeerSelectionTargets,
emptyPeerSelectionState,
) where

import Data.Void (Void)
Expand Down

0 comments on commit ddd124c

Please sign in to comment.