Versions in this module Expand all Collapse all v1 v1.0.0 Dec 5, 2022 Changes in this version + type Config struct + Internal int64 + Target int64 + type Queue struct + func Default() *Queue + func New(conf *Config) *Queue + func (q *Queue) Pop() + func (q *Queue) Push(ctx context.Context) (err error) + func (q *Queue) Reload(c *Config) + func (q *Queue) Stat() Stat + type Stat struct + DropNext int64 + Dropping bool + FaTime int64 + Packets int