Lines Matching defs:throttle_shrink_msecs
131 unsigned int throttle_shrink_msecs;
1330 if (conn->throttle_shrink_msecs <= conn->client->set.throttle_set.shrink_min_msecs)
1331 conn->throttle_shrink_msecs = 0;
1333 conn->throttle_shrink_msecs = conn->throttle_shrink_msecs*3 / 4;
1336 if (conn->throttle_shrink_msecs > 0) {
1338 timeout_add(conn->throttle_shrink_msecs,
1363 if (conn->throttle_shrink_msecs == 0)
1364 conn->throttle_shrink_msecs = conn->client->set.throttle_set.shrink_min_msecs;
1366 conn->throttle_shrink_msecs *= 2;
1370 if (conn->throttle_shrink_msecs > 0 &&
1373 timeout_add(conn->throttle_shrink_msecs,