需要在 Hyperledger Sawtooth Architecture Guide 文档中澄清:Validator Peer to Peer (P2P) Network

Need clarification in documentation of Hyperledger Sawtooth Architecture Guide : Validator Peer to Peer (P2P) Network

我想从这个 documentation.

中理解以下陈述

第 1 部分:

The network component continues to perform a peer search if its number of peers is less than the minimum connectivity. The network component rejects peering attempts if its number of peers is equal to or greater than the maximum connectivity.

第 2 部分:

Even if maximum peer connections is reached, a network service should still accept and respond to a reasonable number of connections (for the purposes of other node topology build outs, etc.)

问题:

第 1 部分和第 2 部分中的陈述 - 相互矛盾。文档有错吗?

如果不是,两者都有效...那么,在什么情况下它们中的每一个都比另一个有效?

根据第 1 部分:

network component rejects peering attempts if its number of peers is equal to or greater than the maximum connectivity

根据第 2 部分:

network service should still accept and respond to a reasonable number of connections.

混淆可能是因为,我认为 "maximum connectivity" 实际上是 "maximum connectivity peering"。 在与该节点建立对等连接之前,连接是指与远程节点的基本网络连接(我认为是 0MQ)。基本连接就像客户端服务器连接(远程节点是服务器) 对等连接将涉及两个节点之间的双向关系以进行消息传递(块、批等)。在开始对等过程之前,应该有到远程节点的基本连接。

即使达到最大对等连接数后,节点仍应接受基本连接,例如,允许其他节点获取您的对等节点列表,并可能与它们连接或只是在网络中寻找其他节点。节点可以获得远程节点的对等点列表,而无需与该远程节点建立对等连接。