Skip to content

Commit

Permalink
inbound-governor: added a TODO note
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed May 6, 2024
1 parent 30cfe6e commit 7fb0f5a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ data ConnectionState muxMode initiatorCtx peerAddr versionData m a b = Connectio

-- | Connection data flow.
--
-- TODO: once we will be able able to compute `DataFlow` from
-- `versionData`, e.g. the oldest supported version is greater than
-- `NodeToNodeV_10`, we will no longer need this field.
--
csDataFlow :: !DataFlow,

-- | version data negotiated on the connection.
Expand Down

0 comments on commit 7fb0f5a

Please sign in to comment.