//
pkg.gl
Category
github.com/johnstarich/go/dns
staggercast
package
0.2.4
Repository:
https://github.com/johnstarich/go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
1
Files
325 SLOC
#
Functions
New
New combines multiple packet connections (net.Conn or net.PacketConn) and returns a single, staggerable connection.
#
Structs
Conn
Conn is a staggerable packet connection.
Stats
Stats contains statistics from a staggercast execution.
#
Interfaces
PacketConn
PacketConn implements both net.Conn and net.PacketConn.