Currently, this member is only used to exclude MANUAL peers from discouragement
in MaybePunishNodeForBlock(). Manual connections are already protected in
MaybeDiscourageAndDisconnect(), independently from their network
processing behaviors.
This is a backport of [[https://github.com/bitcoin/bitcoin/pull/20617 | core#20617]]