Home
last modified time | relevance | path

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

/openssl/test/
H A Dquic_cc_test.c447 uint64_t estimated_capacity = cwnd_sample_sum / cwnd_sample_count; in test_simulate() local
449 double error = ((double)estimated_capacity / (double)actual_capacity) - 1.0; in test_simulate()
452 (unsigned long long)estimated_capacity, in test_simulate()

Completed in 8 milliseconds