Skip to main content

Module admission

Module admission 

Source
Expand description

Neighbor-sync hint admission rules (Section 7).

Per-key admission filtering before verification pipeline entry.

When a neighbor sync hint arrives, each key must pass admission before entering verification. The admission rules check:

  1. Sender is authenticated and in LocalRT(self) (checked before calling this module).
  2. Key is relevant to the receiver (checked here).

Structs§

AdmissionResult
Result of admitting a set of hints from a neighbor sync.

Functions§

admit_hints
Admit neighbor-sync hints per Section 7.1 rules.
is_in_paid_close_group
Check if this node is in the PaidCloseGroup for key K.
is_responsible
Check if this node is responsible for key K.