mirror of
https://github.com/jmcorgan/fips.git
synced 2026-08-09 08:14:42 +00:00
- Standardize coordinate ordering to [self, parent, ..., root] across all docs - Fix 8 coordinate ordering instances in spanning-tree-dynamics.md - Clarify cache naming: discovery.cache and session.cache configure Node.coord_cache - Reconcile Transport vs Link terminology: - Transport = interface/medium (UDP socket, Ethernet NIC) - Link = connection instance to a specific peer - Update fips-design.md: replace FipsLink trait with architecture reference - Rename fips-links.md to "Transport Protocols", add terminology section - Update review doc: mark items 1, 5, 13 RESOLVED; items 2-4, 7 DEFERRED
FIPS Design Documents
Protocol design specifications and analysis.
| Document | Description |
|---|---|
| fips-design.md | Full protocol design specification |
| fips-links.md | Link protocol requirements and characteristics |
| fips-routing.md | Routing, Bloom filters, discovery, sessions |
| spanning-tree-dynamics.md | Spanning tree protocol dynamics study |