Below statement is from this documentation.
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.
Question:
As the documentation says,
number of peers is equal to or greater than the maximum connectivity,
If a node is allowed to have a 'maximum number of peers', say N, how can the 'number of peers' be GREATER than N ?
NOTE:
You may want to refer to another question from me, which was related to 'maximum connection
between nodes' which happens before 'attempting peering
'. The main difference between these 2 questions is about 'maximum connections' and 'maximum (bi-directional) peers'.