aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/simulations/events.go
Commit message (Collapse)AuthorAgeFilesLines
* p2p: add network simulation framework (#14982)Lewis Marshall2017-09-251-0/+108
This commit introduces a network simulation framework which can be used to run simulated networks of devp2p nodes. The intention is to use this for testing protocols, performing benchmarks and visualising emergent network behaviour.