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 intoreconnection_delay_config
-
greylisted_until
field intoreconnection_delayed_until
-
greylisting_delay
field intoreconnection_delay
-
greylisting_end
field intoreconnection_delay_end
-
greylisted
function intoreconnection_delayed
-
set_greylisted
function intoset_reconnection_delayed
Edited by Sylvain R.