Lines Matching full:choke

4         "name": "Create CHOKE with default setting",
7 "choke"
15 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root choke limit 1000 bandwidth 10000",
18 "matchPattern": "qdisc choke 1: root refcnt [0-9]+ limit 1000p min 83p max 250p",
27 "name": "Create CHOKE with min packet setting",
30 "choke"
38 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root choke limit 1000 bandwidth 10000 min 100",
41 "matchPattern": "qdisc choke 1: root refcnt [0-9]+ limit 1000p min 100p max 250p",
50 "name": "Create CHOKE with max packet setting",
53 "choke"
61 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root choke limit 1000 bandwidth 10000 max 900",
64 "matchPattern": "qdisc choke 1: root refcnt [0-9]+ limit 1000p min.*max 900p",
73 "name": "Create CHOKE with ecn setting",
76 "choke"
84 … "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root choke limit 1000 bandwidth 10000 ecn",
87 "matchPattern": "qdisc choke 1: root refcnt [0-9]+ limit 1000p min 83p max 250p ecn",
96 "name": "Create CHOKE with burst setting",
99 "choke"
107 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root choke limit 1000 bandwidth 10000 burst 10…
110 "matchPattern": "qdisc choke 1: root refcnt [0-9]+ limit 1000p min 83p max 250p",
119 "name": "Delete CHOKE with valid handle",
122 "choke"
129 "$TC qdisc add dev $DUMMY handle 1: root choke limit 1000 bandwidth 10000"
134 "matchPattern": "qdisc choke 1: root refcnt [0-9]+ limit 1000p min 83p max 250p",
142 "name": "Replace CHOKE with min setting",
145 "choke"
152 "$TC qdisc add dev $DUMMY handle 1: root choke limit 1000 bandwidth 10000"
154 …"cmdUnderTest": "$TC qdisc replace dev $DUMMY handle 1: root choke limit 1000 bandwidth 10000 min …
157 "matchPattern": "qdisc choke 1: root refcnt [0-9]+ limit 1000p min 100p max 250p",
166 "name": "Change CHOKE with limit setting",
169 "choke"
176 "$TC qdisc add dev $DUMMY handle 1: root choke limit 1000 bandwidth 10000"
178 …"cmdUnderTest": "$TC qdisc change dev $DUMMY handle 1: root choke limit 1000 bandwidth 10000 min 1…
181 "matchPattern": "qdisc choke 1: root refcnt [0-9]+ limit 1000p min 100p max 250p",