package
1.15.2
Repository: https://github.com/ethereum/go-ethereum.git
Documentation: pkg.go.dev

# Packages

Package v4wire implements the Discovery v4 Wire Protocol.

# Functions

ListenUDP starts listening for discovery packets on the given UDP socket.
ListenV5 listens on the given connection.

# Structs

Config holds settings for the discovery listener.
ReadPacket is a packet that couldn't be handled.
Table is the 'node table', a Kademlia-like index of neighbor nodes.
UDPv4 implements the v4 wire protocol.
UDPv5 is the implementation of protocol version 5.

# Interfaces

UDPConn is a network connection on which discovery can operate.

# Type aliases

TalkRequestHandler callback processes a talk request and returns a response.