Skip to content

traversal nodes, destroying the entire network #3500

Closed Answered by thomaseizinger
Pantyhose-X asked this question in Q&A
Discussion options

You must be logged in to vote

Can you elaborate a bit more on what you are trying to achieve? At its heart libp2p offers you a set of modules for building peer to peer services. That includes e.g. authentication and the ability to open light-weight multiplexed streams in either direction.

libp2p has practically no opinion on what you do with these capabilities. Whether your application is censorship-resistant or can withstand eclipse attacks or other things depends pretty much entirely on the protocols you use and how you design those.

For example, if you build your application with only a central bootnode but otherwise no capability to connect to other nodes, your network can easily be taken down by attacking that one.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Pantyhose-X
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants