aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/discover/udp_test.go
Commit message (Expand)AuthorAgeFilesLines
* Manual send of multiple neighbours packets. Test receiving multiple neighbour...subtly2015-05-141-2/+12
* removed redundant newlines in import blockBas van Kervel2015-05-121-1/+1
* replaced several path.* with filepath.* which is platform independentBas van Kervel2015-05-121-2/+2
* p2p/discover: new distance metric based on sha3(id)Felix Lange2015-05-061-10/+6
* p2p/discover: track sha3(ID) in NodeFelix Lange2015-04-301-8/+12
* p2p/discover: new endpoint formatFelix Lange2015-04-301-28/+53
* cmd/bootnode, eth, p2p, p2p/discover: use a fancier db designPéter Szilágyi2015-04-241-3/+7
* cmd/bootnode, eth, p2p, p2p/discover: clean up the seeder and mesh into eth.Péter Szilágyi2015-04-241-2/+2
* p2p/discovery: fix broken tests due to API updatePéter Szilágyi2015-04-241-1/+1
* p2p/discover: implement node bondingFelix Lange2015-04-011-147/+275
* p2p/discover: map listening port using configured mechanismFelix Lange2015-02-131-7/+7
* p2p/discover: deflake UDP testsFelix Lange2015-02-091-55/+107
* p2p/discover: add node URL functions, distinguish TCP/UDP portsFelix Lange2015-02-071-5/+8
* p2p/discover: add some helper functionsFelix Lange2015-02-061-7/+7
* p2p/discover: new package implementing the Node Discovery ProtocolFelix Lange2015-02-061-0/+156