Versions in this module Expand all Collapse all v1 v1.8.21 Jan 21, 2019 Changes in this version + type Config struct + Bootnodes []*enode.Node + NetRestrict *netutil.Netlist + PrivateKey *ecdsa.PrivateKey + Unhandled chan<- ReadPacket + type ReadPacket struct + Addr *net.UDPAddr + Data []byte + type Table struct + func ListenUDP(c conn, ln *enode.LocalNode, cfg Config) (*Table, error) + func (tab *Table) Close() + func (tab *Table) LookupRandom() []*enode.Node + func (tab *Table) ReadRandomNodes(buf []*enode.Node) (n int) + func (tab *Table) Resolve(n *enode.Node) *enode.Node