|
|
|
|
|
by cyberax
670 days ago
|
|
How does Reticulum solve the fundamental issue of mesh networks: either you have to have a central controlling authority for addressing, or an adversary can just flood your network? Does it have some kind of blockchain crap tie-in? |
|
If you replicate a piece of data based on whether you or your (explicitly trusted) peers are interested in it, then the only way to flood the network is to convince all of the users to become interested in it, which is likely difficult enough to discourage misbehavior.
pub/sub, not request/response.