Function BanManager.onFailedRequest

Updates the fail count for this address

void onFailedRequest (
  Address address,
  uint fail_count_inc = 1u
) nothrow @safe;

Parameters

NameDescription
address the address to increase the fail count for
fail_count_inc the number with which the failed request count should be increased