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§
Structs§
- Fixed
Seen Path Request Table - A fixed-capacity FIFO ring:
write_cursoroverwrites the oldest id once the array is full, so the set always holds the most recentMAX_SEEN_PATH_REQUESTS. - Heap
Seen Path Request Table - Seen
Path Requests