Skip to content
Snippets Groups Projects

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

2 unresolved threads

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading