Skip to main content

Module announce_cache

Module announce_cache 

Source
Expand description

Announce cache for disk persistence.

Caches announce packets to disk for path request responses. File format matches Python: msgpack [raw_bytes, interface_name_or_nil]. Filename: hex-encoded packet_hash (64 chars).

Python reference: Transport.py:2334-2402

Structsยง

AnnounceCache
Announce cache backed by filesystem.