Searched defs:chunk_size (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/filters/
H A Dmod_ratelimit.c37 int chunk_size; member in struct:rl_ctx_t
108 ctx->chunk_size = (ctx->speed / (1000 / RATE_INTERVAL_MS));
186 rv = apr_brigade_partition(bb, ctx->chunk_size, &stop_point);

Completed in 22 milliseconds