# Functions
EncodeMsg writes an RLP-encoded message with the given code and data elements.
MakeName creates a node name that follows the ethereum convention for such names.
MsgPipe creates a message pipe.
No description provided by the author
NewMsg creates an RLP-encoded message with the given code.
NewPeer returns a peer for testing purposes.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
ErrPipeClosed is returned from pipe operations after the pipe has been closed.
# Structs
No description provided by the author
Cap is the structure of a peer capability.
Msg defines the structure of a p2p message.
MsgPipeRW is an endpoint of a MsgReadWriter pipe.
Peer represents a connected remote node.
Protocol represents a P2P subprotocol implementation.
Server manages all peer connections.
# Interfaces
No description provided by the author
No description provided by the author
MsgReadWriter provides reading and writing of encoded messages.
No description provided by the author
# Type aliases
No description provided by the author