Skip to content

Commit

Permalink
diffusion: use connection-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed Oct 15, 2020
1 parent e72408e commit a0a9dc2
Show file tree
Hide file tree
Showing 5 changed files with 903 additions and 466 deletions.
3 changes: 2 additions & 1 deletion ouroboros-network-framework/src/Ouroboros/Network/Mux.hs
Expand Up @@ -133,7 +133,8 @@ newtype OuroborosApplication (mode :: MuxMode) addr bytes m a b =
-- | There are three kinds of applications: warm, hot and established (ones
-- that run in for both warm and hot peers).
--
data ProtocolTemperature = Hot | Warm | Established
data ProtocolTemperature = Established | Warm | Hot
deriving (Eq, Ord, Show)


-- | Singletons for 'AppKind'
Expand Down
1 change: 1 addition & 0 deletions ouroboros-network/ouroboros-network.cabal
Expand Up @@ -54,6 +54,7 @@ library
Ouroboros.Network.ChainFragment
Ouroboros.Network.DeltaQ
Ouroboros.Network.Diffusion
Ouroboros.Network.Diffusion.Policies
Ouroboros.Network.KeepAlive
Ouroboros.Network.Magic
Ouroboros.Network.NodeToNode
Expand Down

0 comments on commit a0a9dc2

Please sign in to comment.