|
|
|
|
|
by __MatrixMan__
670 days ago
|
|
I can't comment on Reticulum, but I think there are solutions to that problem re: content-addressing rather than node-addressing. 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. |
|
For the content-based addressing to work, you need to flood the network with the reachability information ("how can I get to this block?"), and it's trivially easy to just generate enough of it to overwhelm the routing nodes.