Constructors

Synopses

Declared in <folly/executors/Codel.h>

Constructs a Codel instance with default parameters.

Codel();

Preferable construction method

explicit
Codel(Options const& options);

Parameters

Name

Description

options

The target delay and interval parameters to use.

Created with MrDocs