aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/dial_test.go
Commit message (Expand)AuthorAgeFilesLines
* p2p, dex: rework connection management (#183)Sonic2019-03-121-131/+0
* Fix lintWei-Ning Huang2019-03-121-2/+2
* dex: redesign p2p network topologySonic2019-03-121-0/+217
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-03-121-3/+3
* p2p, p2p/discover: add signed ENR generation (#17753)Felix Lange2018-10-121-8/+8
* all: new p2p node representation (#17643)Felix Lange2018-09-251-217/+226
* p2p: when peer is removed remove it also from dial history (#16060)Dmitry Shulyak2018-02-211-0/+44
* p2p: add network simulation framework (#14982)Lewis Marshall2017-09-251-1/+1
* p2p: if no nodes are connected, attempt dialing bootnodes (#13874)Péter Szilágyi2017-04-111-6/+94
* p2p, p2p/discover, p2p/discv5: add IP network restriction featureFelix Lange2016-11-231-5/+36
* node, p2p: move network config out of ServerFelix Lange2016-05-181-1/+2
* p2p: resolve incomplete dial targetsFelix Lange2015-12-181-41/+87
* p2p, p2p/discover: track bootstrap state in p2p/discoverFelix Lange2015-12-181-20/+8
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: update license informationFelix Lange2015-07-071-0/+16
* p2p: new dialer, peer management without locksFelix Lange2015-05-251-0/+482