I am sorry; that response is same as mentioned in the .cfg file I pasted.
My question is, in a scenario, where TARGET_PEER_CONNECTIONS
is less than MAX_PEER_CONNECTIONS
if a node has already reached its target number of connections, why would it attempt to connect more (up to a certain max value)?
Conversely, what happens if TARGET_PEER_CONNECTIONS
is greater than MAX_PEER_CONNECTIONS
? Would the node not launch?