MCPcopy
hub / github.com/vishvananda/netlink / HfscClass

Struct HfscClass

class.go:168–173  ·  view source on GitHub ↗

HfscClass is a representation of the HFSC class

Source from the content-addressed store, hash-verified

166
167// HfscClass is a representation of the HFSC class
168type HfscClass struct {
169 ClassAttrs
170 Rsc ServiceCurve
171 Fsc ServiceCurve
172 Usc ServiceCurve
173}
174
175// SetUsc sets the USC curve. The bandwidth (m1 and m2) is specified in bits and the delay in
176// seconds.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected