Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:initial_rtt
(Results
1 - 8
of
8
) sorted by relevance
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/
H
A
D
ngtcp2.h
1587
* :member:`
initial_rtt
` is the initial RTT which is used when no
1590
ngtcp2_duration
initial_rtt
;
member
1782
* :member:`
initial_rtt
` is an initial RTT.
1784
ngtcp2_duration
initial_rtt
;
member
5509
* * :type:`
initial_rtt
<ngtcp2_settings.
initial_rtt
>` =
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H
A
D
ngtcp2_cc.c
385
min_rtt = cstat->min_rtt == UINT64_MAX ? cstat->
initial_rtt
: cstat->min_rtt;
in ngtcp2_cc_cubic_cc_on_pkt_acked()
H
A
D
ngtcp2_rtb.c
1311
cstat->smoothed_rtt = conn->local.settings.
initial_rtt
;
in rtb_detect_lost_pkt()
1312
cstat->rttvar = conn->local.settings.
initial_rtt
/ 2;
in rtb_detect_lost_pkt()
H
A
D
ngtcp2_conn.c
807
cstat->smoothed_rtt = conn->local.settings.
initial_rtt
;
in conn_reset_conn_stat_cc()
808
cstat->rttvar = conn->local.settings.
initial_rtt
/ 2;
in conn_reset_conn_stat_cc()
834
* reset:
initial_rtt
and max_udp_payload_size.
865
ngtcp2_duration
initial_rtt
= conn->local.settings.
initial_rtt
;
in conn_compute_initial_pto()
local
874
return compute_pto(
initial_rtt
,
initial_rtt
/ 2, max_ack_delay);
in conn_compute_initial_pto()
1159
(*pconn)->cstat.
initial_rtt
= settings->
initial_rtt
;
in conn_new()
4957
timeout = ngtcp2_max(timeout, 3 * conn->cstat.
initial_rtt
);
in conn_write_path_challenge()
[all...]
/third_party/nghttp2/src/
H
A
D
shrpx_http3_upstream.cc
650
settings.
initial_rtt
= static_cast<ngtcp2_tstamp>(
in init()
651
quicconf.upstream.
initial_rtt
* NGTCP2_SECONDS);
in init()
H
A
D
shrpx_config.h
806
ev_tstamp
initial_rtt
;
member
H
A
D
shrpx.cc
2091
upstreamconf.
initial_rtt
=
in fill_default_config()
3568
<< util::duration_str(config->quic.upstream.
initial_rtt
) << R"(
in print_help()
H
A
D
shrpx_config.cc
4167
return parse_duration(&config->quic.upstream.
initial_rtt
, opt, optarg);
in parse_config()
Completed in 43 milliseconds