Home
last modified time | relevance | path

Searched refs:threshold (Results 1 – 4 of 4) sorted by relevance

/openssl/ssl/quic/
H A Dquic_fc.c238 uint64_t threshold in rxfc_cwm_bump_desired() local
247 threshold = rxfc->cur_window_size / 2; in rxfc_cwm_bump_desired()
253 return !rxfc->is_fin && window_rem <= threshold; in rxfc_cwm_bump_desired()
/openssl/doc/designs/quic-design/
H A Dquic-fc.md55 | <-|- threshold -|----->| |
89 - (RX side only) The **threshold**, which is how close we let the RWM
91 CWM. The threshold is relative to (i.e., subtracted from) the CWM.
94 choose to bump the CWM each time, as we reach or exceed the threshold. The new
253 threshold. The window size should be adapted dynamically according to network
/openssl/doc/man7/
H A DEVP_RAND.pod175 certain threshold, the so called I<reseed_interval>.
/openssl/test/
H A Dquic_multistream_test.c2727 static int script_20_wait(struct helper *h, volatile uint64_t *counter, uint64_t threshold) in script_20_wait() argument
2734 stop = (*counter >= threshold); in script_20_wait()

Completed in 39 milliseconds