Searched refs:congestion (Results 1 – 25 of 31) sorted by relevance
12
/external/bcc/tools/ |
D | tcpcong_example.txt | 3 This tool traces linux kernel's tcp congestion control status change functions, 5 tables or histogram, which can be used for evaluating the tcp congestion 11 Tracing tcp congestion control status duration... Hit Ctrl-C to end. 51 The example shows all tcp socket's congestion status duration for milliseconds, 63 Tracing tcp congestion control status duration... Hit Ctrl-C to end. 186 Tracing tcp congestion control status duration... Hit Ctrl-C to end. 213 Tracing tcp congestion control status duration... Hit Ctrl-C to end. 241 Tracing tcp congestion control status duration... Hit Ctrl-C to end. 265 The distribution of congestion status duration can be printed as a histogram 269 Tracing tcp congestion control status duration... Hit Ctrl-C to end. [all …]
|
/external/libnl/lib/idiag/ |
D | idiag.c | 160 __ADD(INET_DIAG_CONG, congestion), 186 __ADD((1 << (INET_DIAG_CONG - 1)), congestion),
|
/external/cronet/third_party/quic_trace/src/quic_trace/ |
D | quic_trace.proto | 119 // Any arbitrary information about congestion control state that is not 152 // outstanding data to send. Such events are important to some congestion 159 // (available bandwidth, RTT, congestion window, etc) is supplied to the
|
/external/iperf3/src/ |
D | iperf_client_api.c | 74 if (test->congestion) { in iperf_create_streams() 75 if (setsockopt(s, IPPROTO_TCP, TCP_CONGESTION, test->congestion, strlen(test->congestion)) < 0) { in iperf_create_streams()
|
D | iperf_server_api.c | 508 if (test->congestion) { in iperf_run_server() 509 … if (setsockopt(s, IPPROTO_TCP, TCP_CONGESTION, test->congestion, strlen(test->congestion)) < 0) { in iperf_run_server()
|
D | iperf.h | 272 char *congestion; /* -C option */ member
|
D | iperf_api.c | 1278 test->congestion = strdup(optarg); in iperf_parse_arguments() 1885 if (test->congestion) in send_parameters() 1886 cJSON_AddStringToObject(j, "congestion", test->congestion); in send_parameters() 1994 test->congestion = strdup(j_p->valuestring); in get_parameters() 2484 testp->congestion = NULL; in iperf_defaults() 2641 if (test->congestion) in iperf_free_test() 2642 free(test->congestion); in iperf_free_test()
|
/external/iperf3/ |
D | RELNOTES.md | 406 * On systems that support setting the congestion control algorithm, 407 iperf3 now keeps track of the congestion control algorithm and 410 not user-visible) with setting the congestion control algorithm 517 * Selection of TCP congestion now works on FreeBSD, and is now 518 called --congestion (the old --linux-congestion option works 765 -C, --linux-congestion set congestion control algorithm (Linux only)
|
D | README.md | 114 -C, --linux-congestion set congestion control algorithm (Linux only)
|
/external/webrtc/docs/native-code/rtp-hdrext/transport-wide-cc-02/ |
D | README.md | 16 feedback packets for congestion control. The original implementation sends these
|
/external/cronet/third_party/quic_trace/src/ |
D | README.md | 8 The primary focus of this format is debugging congestion-control related
|
/external/iperf3/docs/ |
D | dev.rst | 56 -C, --linux-congestion set congestion control algorithm (Linux only)
|
D | invoking.rst | 359 -C, --congestion algo 360 Set the congestion control algorithm (Linux and FreeBSD only). 361 An older --linux-congestion synonym for this flag is accepted
|
D | faq.rst | 183 What congestion control algorithms are supported? 184 On Linux, run this command to see the available congestion control
|
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/ |
D | README.md | 4 for testing congestion control and other transmission control code that requires
|
/external/rust/crates/quiche/ |
D | README.md | 85 as QUIC version, ALPN IDs, flow control, congestion control, idle timeout 212 avoid creating packet bursts that could cause short-term congestion and
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.10.0b4.rst | 276 (DSCP) and excplicit congestion notification (ECN) IP header fields with
|
/external/webrtc/modules/pacing/g3doc/ |
D | index.md | 140 If congestion window pushback is used, the state can be updated using
|
/external/webrtc/video/g3doc/ |
D | stats.md | 64 * `frames_dropped_by_congestion_window` - total number of dropped frames due to congestion window…
|
/external/libpcap/ |
D | grammar.y.in | 266 { PFRES_CONGEST, "congestion" },
|
/external/bcc/ |
D | README.md | 169 - tools/[tcpcong](tools/tcpcong.py): Trace TCP socket congestion control status duration. [Examples…
|
/external/iputils/doc/ |
D | ping.sgml | 325 congestion control), 1-4 for Type of Service and bits 5-7
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 833 逆向擁塞通知 < backward\-explicit\-congestion\-notification; 908 前向擁塞通知 < forward\-explicit\-congestion\-notification; 11981 擁塞 < congestion; 21538 逆向擁塞通知 > backward\-explicit\-congestion\-notification; 21539 前向擁塞通知 > forward\-explicit\-congestion\-notification; 29626 擁塞 > congestion;
|
/external/libtextclassifier/native/annotator/pod_ner/test_data/ |
D | vocab.txt | 20177 congestion
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
12