Skip to content

Commit

Permalink
Merge pull request #4796 from AndrewWestberg/amw/comment_fix
Browse files Browse the repository at this point in the history
Fix comment: Duplex started in NodeToNodeV_10
  • Loading branch information
coot authored Feb 12, 2024
2 parents 436d902 + 2193d67 commit f83f71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ouroboros-network/src/Ouroboros/Network/Diffusion/P2P.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,7 @@ computePeerSharingPeers readPublicState genVar reSaltAtVar PeerSelectionPolicy{.
--

-- | For Node-To-Node protocol, any connection which negotiated at least
-- 'NodeToNodeV_9' version and did not declare 'InitiatorOnlyDiffusionMode'
-- 'NodeToNodeV_10' version and did not declare 'InitiatorOnlyDiffusionMode'
-- will run in 'Duplex' mode. All connections from lower versions or one that
-- declared themselves as 'InitiatorOnly' will run in 'UnidirectionalMode'
--
Expand Down

0 comments on commit f83f71a

Please sign in to comment.