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:
- Sender is authenticated and in
LocalRT(self)(checked before calling this module). - Key is relevant to the receiver (checked here).
Structs§
- Admission
Result - 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
PaidCloseGroupfor keyK. - is_
responsible - Check if this node is responsible for key
K.