Skip to content

Improve rejection of bad peers [#3300]

Ethan Reesor requested to merge 3300-api-ignore-bad-peers into main

Closes #3300 (closed). Improves rejection of bad peers. Without this, if a node with a misconfigured firewall joins the network and advertises services, other nodes will attempt to use that node for those services and fail due to the firewall configuration. Rejecting bad peers mitigates the impact of issues like these.

Changelog: fix

Edited by Ethan Reesor

Merge request reports