DEFFS
DEFFS copied to clipboard
Network manifest
Each machine should store a manifest of recognized machines and the public keys that they send out upon initialization. Two options for this:
- [ ] Store the manifest in RAM (better for smaller networks bc less read/write and low RAM usage)
- [ ] Store the manifest in a file (better for larger networks due to high RAM usage)