package
0.99.99-test-ignore
Repository: https://github.com/ava-labs/avalanchego.git
Documentation: pkg.go.dev

# Functions

Dial creates a new *Client connected to the given address over a Unix socket.
NewSocket creates a new socket object for the given address.

# Constants

DefaultMaxMessageSize is the number of bytes to cap messages at by default.

# Variables

ErrMessageTooLarge is returned when reading a message that is larger than our max size.

# Structs

Client is a read-only connection to a socket.
Socket manages sending messages over a socket to many subscribed clients.