pub const RPC_IP_FAILS_BEFORE_BLOCK: u64 = 3;
Expand description
Amount of fails before blocking a remote RPC server. Original definition.
This is the amount of times an RPC will attempt to connect to another remote IP before blocking it.
RPC servers connect to nodes when they themselves lack the data to fulfill the response.