RACK_MIN_BW
if ((fill_bw < RACK_MIN_BW) || (fill_bw < *rate_wanted))
if (bw_est < RACK_MIN_BW)
bw_est = RACK_MIN_BW;