Skip to content

WIP: Lib_p2p: rename point state's info "greylist" into "reconnection_delay"

The greylist term was ambiguous as it was used for the greylist tables, which concern temporarily banned addresses and peers, and a "greylist" mechanism which prevents the reconnection to a node shortly after its deconnection.

This MR changes:

  • greylisting_config type name and field name into reconnection_delay_config
  • greylisted_until field into reconnection_delayed_until
  • greylisting_delay field into reconnection_delay
  • greylisting_end field into reconnection_delay_end
  • greylisted function into reconnection_delayed
  • set_greylisted function into set_reconnection_delayed
Edited by Sylvain R.

Merge request reports