aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/discover/node.go
Commit message (Collapse)AuthorAgeFilesLines
* p2p/discover: code review fixesFelix Lange2015-02-131-1/+3
|
* p2p/discover: add node URL functions, distinguish TCP/UDP portsFelix Lange2015-02-071-0/+289
The discovery RPC protocol does not yet distinguish TCP and UDP ports. But it can't hurt to do so in our internal model.