Lines Matching full:congestion
80 #define CUBICFLAG_CONG_EVENT 0x00000001 /* congestion experienced */
95 /* Size of cwnd just before cwnd was reduced in the last congestion event */
97 /* The cwnd at the beginning of the current congestion avoidance stage */
103 /* Mean observed rtt between congestion epochs. */
105 /* ACKs since last congestion event. */
257 * congestion event. RTT should be the average RTT estimate for the path
258 * measured over the previous congestion epoch and wmax is the value of cwnd at
259 * the last congestion event. The "TCP friendly" concept in the CUBIC I-D is
280 * Compute the "TCP friendly" cwnd by newreno in congestion avoidance state.