/external/iproute2/man/man8/ |
tc-choke.8 | 3 choke \- choose and keep scheduler 5 .B tc qdisc ... choke 23 CHOKe (CHOose and Keep for responsive flows, CHOose and Kill for unresponsive flows) 25 queue. CHOKe is a variation of RED, and the configuration is similar to RED. 42 The parameters are the same as for RED, except that RED uses bytes whereas choke 50 R. Pan, B. Prabhakar, and K. Psounis, "CHOKe, A Stateless 55 A. Tang, J. Wang, S. Low, "Understanding CHOKe: Throughput and Spatial
|
Makefile | 4 tc.8 tc-bfifo.8 tc-bpf.8 tc-cbq.8 tc-cbq-details.8 tc-choke.8 tc-codel.8 \
|
/art/test/090-loop-formation/ |
info.txt | 3 in the loop region, and the JIT compiler won't choke on unresolved fields.
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
bwe_test.h | 165 : choke(listener, flow_id), 173 : choke(listener, flow_ids), 181 choke.set_max_delay_ms(kMaxQueueingDelayMs); 182 choke.set_capacity_kbps(kMaxCapacityKbps); 186 ChokeFilter choke; member in struct:webrtc::testing::bwe::DefaultEvaluationFilter
|
bwe_test.cc | 302 ChokeFilter choke(&uplink_, all_flow_ids); 303 choke.set_capacity_kbps(capacity_kbps); 304 choke.set_max_delay_ms(max_delay_ms); 305 LinkShare link_share(&choke); 408 ChokeFilter choke(&uplink_, flow_id); 409 LinkShare link_share(&choke); 416 choke.set_max_delay_ms(500); 419 std::stringstream title("Choke"); 423 choke.set_capacity_kbps(*it); 444 LinkShare link_share(&(up_filter.choke)); [all...] |
bwe_test_framework_unittest.cc | 598 // Generate a bunch of packets, apply choke, verify output is ordered. 664 // will never be in the choke queue at the same time. 678 // 100ms, 100 packets, 10 kbps choke -> 1 kbit of data should have propagated. 687 // 100ms, 10 packets, 10 kbps choke -> 1 packet through, or 1 kbit. 700 // 100ms, 100 packets in queue, 10 kbps choke -> 1 packet through, or 1 kbit. 708 // 10000ms, no input, raise choke to 100 kbps. Remaining 90 packets in queue 722 // 10 kbps choke, 500 ms delay cap 726 // 100ms, 100 packets in queue, 10 kbps choke -> 1 packet through, or 1 kbit. [all...] |
/external/iproute2/tc/ |
q_choke.c | 2 * q_choke.c CHOKE. 30 fprintf(stderr, "Usage: ... choke limit PACKETS bandwidth KBPS [ecn]\n"); 134 fprintf(stderr, "CHOKE: failed to calculate EWMA constant.\n"); 138 fprintf(stderr, "CHOKE: WARNING. Burst %d seems to be too large.\n", burst); 143 fprintf(stderr, "CHOKE: failed to calculate probability.\n"); 150 fprintf(stderr, "CHOKE: failed to calculate idle damping table.\n"); 223 .id = "choke",
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/ |
selftest.d | 7 # sure the assembler doesn't choke, rather than to match the encodings
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
bwe_simulations.cc | 82 ChokeFilter choke(&uplink_, kFlowIds[0]); 98 choke.set_capacity_kbps(1000); 99 choke.set_max_delay_ms(500); 101 choke.set_capacity_kbps(500); 103 choke.set_capacity_kbps(1000); 110 ChokeFilter choke(&uplink_, 0); 114 choke.set_capacity_kbps(1000); 115 choke.set_max_delay_ms(500); 117 choke.set_capacity_kbps(500); 119 choke.set_capacity_kbps(1000) [all...] |
remote_bitrate_estimators_test.cc | 182 ChokeFilter choke(&uplink_, 0); 184 choke.set_capacity_kbps(140); 191 ChokeFilter choke(&uplink_, 0); 194 choke.set_capacity_kbps(i); 202 ChokeFilter choke(&uplink_, 0); 206 choke.set_capacity_kbps(i); 215 ChokeFilter choke(&uplink_, 0); 218 choke.set_capacity_kbps(1000); 232 ChokeFilter choke(&uplink_, 0); 236 choke.set_capacity_kbps(2000) [all...] |
/external/bison/m4/ |
fcntl.m4 | 58 choke me 65 choke me
|
malloc.m4 | 92 choke me
|
signal_h.m4 | 14 # then choke on 'volatile sig_atomic_t'. C99 requires that it compile.
|
include_next.m4 | 111 AC_EGREP_CPP([choke me], 114 choke me
|
/external/jacoco/jacoco-maven-plugin.test/it/it-multi-module/child-jar-without-sources/ |
pom.xml | 22 <!-- report should not choke when target/classes does not exist. -->
|
/external/ImageMagick/m4/ |
ax_lang_compiler_ms.m4 | 31 choke me
|
/frameworks/compile/slang/tests/P_reduce_general_result/ |
gen-result.pl | 22 print "// (a) We do not choke when compiling them\n";
|
/toolchain/binutils/binutils-2.25/include/ |
alloca-conf.h | 32 choke on it. Some versions of AIX require this to be the first
|
/frameworks/compile/slang/tests/P_reduce_general_accumulator/ |
gen-accumulator.pl | 28 print "// (a) We do not choke when compiling them\n";
|
/frameworks/compile/slang/tests/P_reduce_general_input/ |
gen-input.pl | 27 print "// (a) We do not choke when compiling them\n";
|
/frameworks/compile/slang/tests/P_reduce_general_inputs/ |
gen-inputs.pl | 38 print "// (a) We do not choke when compiling them\n";
|
/external/clang/test/Analysis/ |
padding_c.c | 113 // choke on VLAs though 122 // don't choke on bitfields though
|
/external/libunwind/ |
configure.ac | 81 # error choke 89 # error choke 283 #error choke me
|
/external/curl/m4/ |
curl-override.m4 | 73 choke me
|
/external/google-breakpad/src/testing/gtest/include/gtest/ |
gtest-typed-test.h | 163 // since some compilers may choke on '>>' when passing a template 248 // since some compilers may choke on '>>' when passing a template
|