Home
last modified time | relevance | path

Searched refs:tls_dyn_rec_warmup_threshold (Results 1 – 3 of 3) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_connection.h106 TimerCb timeoutcb, void *data, size_t tls_dyn_rec_warmup_threshold,
180 size_t tls_dyn_rec_warmup_threshold; member
Dshrpx_connection.cc62 size_t tls_dyn_rec_warmup_threshold, in Connection() argument
75 tls_dyn_rec_warmup_threshold(tls_dyn_rec_warmup_threshold),
877 if (tls_dyn_rec_warmup_threshold == 0) { in get_tls_write_limit()
890 if (tls.warmup_writelen >= tls_dyn_rec_warmup_threshold) { in get_tls_write_limit()
898 if (tls.warmup_writelen < tls_dyn_rec_warmup_threshold) { in update_tls_warmup_writelen()
Dshrpx_http2_upstream.cc1118 conn->tls_dyn_rec_warmup_threshold = 0; in Http2Upstream()