package tezos-p2p

  1. Overview
  2. Docs

Module P2p_acl.PeerGreylistSource

Sourceval add : t -> Tezos_base.P2p_peer.Id.t -> unit

add t peer adds peer to the peer greylist. It might potentially evict the least-recently greylisted peer, if the grey list is full. If peer was already in the list, it will become the most-recently greylisted, thus ensuring it is not evicted unfairly soon.

Sourceval mem : t -> Tezos_base.P2p_peer.Id.t -> bool

mem t peer returns true iff peer is greylisted.

list t: return the list peers added to the greylist