package
1.9.0
Repository: https://github.com/m-lab/tcp-info.git
Documentation: pkg.go.dev

# Functions

Decode decodes a netlink.ArchivalRecord into a single Snapshot Initial ArchivalRecord may have just a Snapshot, just Metadata, or both.
LoadAll loads all snapshots from an ArchiveReader, and returns the metadata and slice of snapshots.
NewReader wraps an ArchiveReader and provides Next().

# Variables

ErrEmptyRecord is returned if an ArchivalRecord is empty.

# Structs

ConnectionLog contains a Metadata and slice of Snapshots.
Reader wraps an ArchiveReader to provide a Snapshot reader.
Snapshot contains all info gathered through netlink library.

# Type aliases

RouteAttrValue is the type of RouteAttr.Value.