Skip to main content

Module seen

Module seen 

Source
Expand description

Path requests already seen, keyed by (destination, id): RNS 1.4.2 Transport.discovery_pr_tags. A bounded FIFO set; a duplicate (a loop or a re-arrival) is dropped, so a recursive forward never circulates forever.

Modules§

core

Structs§

FixedSeenPathRequestTable
A fixed-capacity FIFO ring: write_cursor overwrites the oldest id once the array is full, so the set always holds the most recent MAX_SEEN_PATH_REQUESTS.
HeapSeenPathRequestTable
SeenPathRequests

Enums§

PathRequestNovelty

Traits§

SeenPathRequestTable

Type Aliases§

PathRequestIdBytes