Home
last modified time | relevance | path

Searched refs:congestion (Results 1 – 25 of 31) sorted by relevance

12

/external/bcc/tools/
Dtcpcong_example.txt3 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/
Didiag.c160 __ADD(INET_DIAG_CONG, congestion),
186 __ADD((1 << (INET_DIAG_CONG - 1)), congestion),
/external/cronet/third_party/quic_trace/src/quic_trace/
Dquic_trace.proto119 // 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/
Diperf_client_api.c74 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()
Diperf_server_api.c508 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()
Diperf.h272 char *congestion; /* -C option */ member
Diperf_api.c1278 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/
DRELNOTES.md406 * 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)
DREADME.md114 -C, --linux-congestion set congestion control algorithm (Linux only)
/external/webrtc/docs/native-code/rtp-hdrext/transport-wide-cc-02/
DREADME.md16 feedback packets for congestion control. The original implementation sends these
/external/cronet/third_party/quic_trace/src/
DREADME.md8 The primary focus of this format is debugging congestion-control related
/external/iperf3/docs/
Ddev.rst56 -C, --linux-congestion set congestion control algorithm (Linux only)
Dinvoking.rst359 -C, --congestion algo
360 Set the congestion control algorithm (Linux and FreeBSD only).
361 An older --linux-congestion synonym for this flag is accepted
Dfaq.rst183 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/
DREADME.md4 for testing congestion control and other transmission control code that requires
/external/rust/crates/quiche/
DREADME.md85 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/
D3.10.0b4.rst276 (DSCP) and excplicit congestion notification (ECN) IP header fields with
/external/webrtc/modules/pacing/g3doc/
Dindex.md140 If congestion window pushback is used, the state can be updated using
/external/webrtc/video/g3doc/
Dstats.md64 * `frames_dropped_by_congestion_window` - total number of dropped frames due to congestion window…
/external/libpcap/
Dgrammar.y.in266 { PFRES_CONGEST, "congestion" },
/external/bcc/
DREADME.md169 - tools/[tcpcong](tools/tcpcong.py): Trace TCP socket congestion control status duration. [Examples…
/external/iputils/doc/
Dping.sgml325 congestion control), 1-4 for Type of Service and bits 5-7
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt833 逆向擁塞通知 < 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/
Dvocab.txt20177 congestion
/external/jline/src/src/test/resources/jline/example/
Denglish.gz

12