Modules§
- interface_
path_ request_ limit - pending
- RNS 1.4.2 fires path requests as fire-and-forget and lets the app poll
has_path. This table is the extension that turns the request into an awaitable outcome. - recent
- recursive
- request_
path - seen
- Path requests already seen, keyed by
(destination, id): RNS 1.4.2Transport.discovery_pr_tags. A bounded FIFO set; a duplicate (a loop or a re-arrival) is dropped, so a recursive forward never circulates forever.
Constants§
- PATH_
REQUEST_ DESTINATION - RNS derives
rnstransport.path.requestfrom the name alone;crate::routing::announce::derive_plain_destination_hashreproduces that derivation. - PATH_
REQUEST_ PAYLOAD_ LEN
Functions§
- write_
path_ request_ wire_ packet - RNS 1.4.2
Transport.request_path