aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/dial.go
Commit message (Expand)AuthorAgeFilesLines
* dex: remove node table (#330)Sonic2019-04-091-7/+6
* p2p, p2p/discover: more aggressive dial strategy for direct dial (#326)Sonic2019-04-091-10/+24
* dex: fetcher: modify parameters to speedup syncing (#239)Wei-Ning Huang2019-04-091-0/+1
* p2p, dex: some fixes (#189)Sonic2019-04-091-1/+1
* p2p, dex: rework connection management (#183)Sonic2019-04-091-59/+0
* dex: redesign p2p network topologySonic2019-04-091-1/+85
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-3/+3
* p2p: meter peer traffic, emit metered peer events (#17695)Kurkó Mihály2018-10-161-1/+1
* p2p, p2p/discover: add signed ENR generation (#17753)Felix Lange2018-10-121-3/+4
* all: new p2p node representation (#17643)Felix Lange2018-09-251-52/+50
* p2p: fix comment typo (#17491)Mymskmkt2018-08-231-1/+1
* p2p: when peer is removed remove it also from dial history (#16060)Dmitry Shulyak2018-02-211-0/+13
* p2p, swarm/network/kademlia: use IsZero to check for zero time (#15603)ferhat elmas2017-12-041-1/+1
* p2p/simulations: various stability fixes (#15198)Lewis Marshall2017-12-011-10/+15
* p2p: add network simulation framework (#14982)Lewis Marshall2017-09-251-3/+20
* p2p: if no nodes are connected, attempt dialing bootnodes (#13874)Péter Szilágyi2017-04-111-2/+26
* p2p, p2p/discover, p2p/nat: rework logging using context keysFelix Lange2017-02-281-7/+6
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-9/+8
* p2p: remove trailing newlines from log messagesPéter Szilágyi2017-02-231-1/+1
* p2p, p2p/discover, p2p/discv5: add IP network restriction featureFelix Lange2016-11-231-7/+38
* node, p2p, internal: Add ability to remove peers via admin interfaceFirescar962016-07-151-0/+5
* p2p: resolve incomplete dial targetsFelix Lange2015-12-181-22/+88
* p2p, p2p/discover: track bootstrap state in p2p/discoverFelix Lange2015-12-181-26/+7
* Revert "fdtrack: temporary hack for tracking file descriptor usage"Jeffrey Wilcke2015-08-201-2/+0
* fdtrack: temporary hack for tracking file descriptor usageFelix Lange2015-08-041-0/+2
* 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: instrument P2P networking layerPéter Szilágyi2015-06-241-1/+3
* p2p: throttle all discovery lookupsFelix Lange2015-06-221-15/+15
* p2p: new dialer, peer management without locksFelix Lange2015-05-251-0/+276