Searched refs:prob_loss_bursting (Results 1 – 2 of 2) sorted by relevance
95 config_state_.prob_loss_bursting = prob_loss; in SetConfig()108 config_state_.prob_loss_bursting = (1.0 - 1.0 / avg_burst_loss_length); in SetConfig()220 if ((bursting_ && random_.Rand<double>() < state.prob_loss_bursting) || in UpdateCapacityQueue()
87 double prob_loss_bursting; member