Interface

NM-1.0NMSettingTCConfigConstructorProps

interface ConstructorProps {
    name: string;
    qdiscs: TCQdisc[];
    tfilters: TCTfilter[];
}

Hierarchy (View Summary)

Index
qdiscs: TCQdisc[]
tfilters: TCTfilter[]
name: string