Skip to content

Commit

Permalink
connection-manager: ConnectionHandler
Browse files Browse the repository at this point in the history
ConnectionHandler needs `MiniProtocolBundle` before the connection
manager starts.  This type only contains static information about
mini-protocols.  This will force us to use two connection managers: one
for node-to-node connections and another one for node-to-client
connections. This is ok as these resources are indepenedent.
  • Loading branch information
coot authored and karknu committed Jan 26, 2021
1 parent 720a718 commit 37c3983
Show file tree
Hide file tree
Showing 5 changed files with 527 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ouroboros-network-framework/ouroboros-network-framework.cabal
Expand Up @@ -42,8 +42,10 @@ library
Ouroboros.Network.Protocol.Limits

Ouroboros.Network.ConnectionId
Ouroboros.Network.ConnectionHandler
Ouroboros.Network.ConnectionManager.Types
Ouroboros.Network.ConnectionManager.Core
Ouroboros.Network.RethrowPolicy
Ouroboros.Network.HasIPAddress
Ouroboros.Network.Server.ConnectionTable
Ouroboros.Network.Server.Socket
Expand Down

0 comments on commit 37c3983

Please sign in to comment.