HomeSort by: relevance | last modified time | path
    Searched defs:total_to_send (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
quic_cc_test.c 336 uint64_t total_sent = 0, total_to_send, allowance; local
379 total_to_send = 30 * 1024 * 1024;
381 while (total_sent < total_to_send) {

Completed in 26 milliseconds