aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/simulations/http_test.go
Commit message (Collapse)AuthorAgeFilesLines
* all: library changes for swarm-network-rewrite (#16898)Elad2018-06-141-3/+7
| | | | | | | | | | | | This commit adds all changes needed for the merge of swarm-network-rewrite. The changes: - build: increase linter timeout - contracts/ens: export ensNode - log: add Output method and enable fractional seconds in format - metrics: relax test timeout - p2p: reduced some log levels, updates to simulation packages - rpc: increased maxClientSubscriptionBuffer to 20000
* p2p: add network simulation framework (#14982)Lewis Marshall2017-09-251-0/+823
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.