package
0.0.0-20250129113625-db25e5515eab
Repository: https://github.com/google/seesaw.git
Documentation: pkg.go.dev

# Functions

IPConn creates a net.IPConn using the given local and remote addresses using IP protocol 112 (VRRP).
JoinMulticastIPv6 joins the multicast group address given by gaddr.
ListenMulticastIPv4 creates a net.IPConn to receive multicast messages for the given group address.
NewIPHAConn creates a new IPHAConn.
NewNode creates a new Node with the given NodeConfig and HAConn.

# Structs

DummyEngine implements the Engine interface for testing purposes.
EngineClient implements the Engine interface.
IPHAConn implements the HAConn interface.
Node represents one member of a high availability cluster.
NodeConfig specifies the configuration for a Node.

# Interfaces

Engine represents an interface to a Seesaw Engine.
HAConn represents an HA connection for sending and receiving advertisements between two Nodes.