mirror of
https://github.com/jmcorgan/fips.git
synced 2026-08-09 00:04:54 +00:00
Create comprehensive architecture document covering: - Core entities: Node, Transport, Link, Peer hierarchy - Transport vs Link distinction (interface vs connection) - State machines for Transport, Link, and Peer lifecycles - Reference transport types: UDP/IP, Ethernet, WiFi, Tor - Spanning tree and Bloom filter state requirements - Self-healing protocol design (no ack/retry needed) - Leaf-only operation for constrained devices - Comprehensive sysctl-style configuration reference Also add architecture review document capturing identified issues to resolve before implementation begins.