Versions in this module Expand all Collapse all v0 v0.8.4 Feb 20, 2015 Changes in this version + type Node struct + DiscPort int + ID NodeID + IP net.IP + TCPPort int + func MustParseNode(rawurl string) *Node + func ParseNode(rawurl string) (*Node, error) + func (n *Node) DecodeRLP(s *rlp.Stream) (err error) + func (n *Node) String() string + func (n Node) EncodeRLP(w io.Writer) error + type NodeID [nodeIDBits / 8]byte + func HexID(in string) (NodeID, error) + func MustHexID(in string) NodeID + func PubkeyID(pub *ecdsa.PublicKey) NodeID + func (n NodeID) GoString() string + func (n NodeID) String() string + type Table struct + func ListenUDP(priv *ecdsa.PrivateKey, laddr string, natm nat.Interface) (*Table, error) + func (tab *Table) Bootstrap(nodes []*Node) + func (tab *Table) Close() + func (tab *Table) Lookup(target NodeID) []*Node + func (tab *Table) Self() NodeID v0.8.4-1 Feb 20, 2015