MCPcopy Create free account
hub / github.com/google/gopacket / SFlowSampleType

TypeAlias SFlowSampleType

layers/sflow.go:222–222  ·  view source on GitHub ↗

SFlowSampleType specifies the type of sample. Only flow samples and counter samples are supported

Source from the content-addressed store, hash-verified

220// SFlowSampleType specifies the type of sample. Only flow samples
221// and counter samples are supported
222type SFlowSampleType uint32
223
224const (
225 SFlowTypeFlowSample SFlowSampleType = 1

Callers 1

decodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected