aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/discover/table.go
Commit message (Collapse)AuthorAgeFilesLines
* p2p/discover: code review fixesFelix Lange2015-02-131-4/+4
|
* p2p/discover: deflake UDP testsFelix Lange2015-02-091-1/+2
|
* cmd/ethereum, cmd/mist: add flag for discovery bootstrap nodesFelix Lange2015-02-071-2/+2
|
* p2p/discover: add node URL functions, distinguish TCP/UDP portsFelix Lange2015-02-071-193/+4
| | | | | 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-8/+29
|
* p2p/discover: new package implementing the Node Discovery ProtocolFelix Lange2015-02-061-0/+447