aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/discover/table_test.go
Commit message (Collapse)AuthorAgeFilesLines
* p2p/discover: deflake UDP testsFelix Lange2015-02-091-0/+12
|
* p2p/discover: add node URL functions, distinguish TCP/UDP portsFelix Lange2015-02-071-110/+6
| | | | | The discovery RPC protocol does not yet distinguish TCP and UDP ports. But it can't hurt to do so in our internal model.
* p2p/discover: add some helper functionsFelix Lange2015-02-061-3/+3
|
* p2p/discover: new package implementing the Node Discovery ProtocolFelix Lange2015-02-061-0/+403