DEFFS icon indicating copy to clipboard operation
DEFFS copied to clipboard

Network manifest

Open CharlesAverill opened this issue 3 years ago • 0 comments

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)

CharlesAverill avatar May 19 '21 05:05 CharlesAverill