Home
last modified time | relevance | path

Searched defs:ossl_cc_newreno_st (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/ssl/quic/
H A Dcc_newreno.c7 typedef struct ossl_cc_newreno_st { struct
9 OSSL_TIME (*now_cb)(void *arg);
10 void *now_cb_arg;
13 uint64_t k_init_wnd, k_min_wnd;
14 uint32_t k_loss_reduction_factor_num, k_loss_reduction_factor_den;
15 uint32_t persistent_cong_thresh;
18 size_t max_dgram_size;
19 uint64_t bytes_in_flight, cong_wnd, slow_start_thresh, bytes_acked;
20 OSSL_TIME cong_recovery_start_time;
23 int processing_loss; /* 1 if not flushed */
[all …]