aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/discover/node_test.go
Commit message (Collapse)AuthorAgeFilesLines
* p2p/discover: add NodeID.PubkeyFelix Lange2015-03-041-0/+18
|
* p2p/discover: add node URL functions, distinguish TCP/UDP portsFelix Lange2015-02-071-0/+201
The discovery RPC protocol does not yet distinguish TCP and UDP ports. But it can't hurt to do so in our internal model.