package
0.2.4
Repository: https://github.com/johnstarich/go.git
Documentation: pkg.go.dev

# Functions

New combines multiple packet connections (net.Conn or net.PacketConn) and returns a single, staggerable connection.

# Structs

Conn is a staggerable packet connection.
Stats contains statistics from a staggercast execution.

# Interfaces

PacketConn implements both net.Conn and net.PacketConn.