LQL Reference Manual |
---|
LQLQDiscPFIFOFast — LQLQDiscPFIFOFast models the PFIFOFast queueing discipline.
struct LQLQDiscPFIFOFast; LQLQDiscPFIFOFast* lql_qdisc_pfifofast_new (void);
LQLQDiscPFIFOFast models the PFIFOFast queueing discipline. This is the default QDisc attached to all interfaces. As such, it cannot be added to an interface. This object is implemented so that fetching a list of QDisc's attached to an interface returns sane results. If you are looking for a QDisc with similar properties use LQLQDiscPFIFO.
LQLQDiscPFIFOFast* lql_qdisc_pfifofast_new (void);
Build a new instance of LQLQDiscPFIFOFast.
Returns : | A new LQLQDiscPFIFOFast instance. |
<< LQLQDiscPFIFO | LQLQDiscPriomap >> |