LQLQDiscPFIFOFast

LQLQDiscPFIFOFast — LQLQDiscPFIFOFast models the PFIFOFast queueing discipline.

Synopsis




struct      LQLQDiscPFIFOFast;
LQLQDiscPFIFOFast* lql_qdisc_pfifofast_new  (void);

Object Hierarchy


  GObject
   +----LQLElement
         +----LQLQDisc
               +----LQLQDiscPFIFOFast

Description

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.

Details

struct LQLQDiscPFIFOFast

struct LQLQDiscPFIFOFast;

This should not be accessed directly.


lql_qdisc_pfifofast_new ()

LQLQDiscPFIFOFast* lql_qdisc_pfifofast_new  (void);

Build a new instance of LQLQDiscPFIFOFast.

Returns : A new LQLQDiscPFIFOFast instance.

See Also

LQLQDiscPFIFO