Lines Matching full:rtt
41 MODULE_PARM_DESC(theta, "# of fast RTT's before full growth");
45 u64 sum_rtt; /* sum of rtt's measured within last rtt */
46 u16 cnt_rtt; /* # of rtts measured within last rtt */
47 u32 base_rtt; /* min of all rtt in usec */
48 u32 max_rtt; /* max of all rtt in usec */
49 u32 end_seq; /* right edge of current RTT */
53 u8 rtt_above; /* average rtt has gone above threshold */
85 /* Measure RTT for each ack. */
93 /* dup ack, no rtt sample */ in tcp_illinois_acked()
101 /* keep track of minimum RTT seen so far */ in tcp_illinois_acked()
149 /* Wait for 5 good RTT's before allowing alpha to go alpha max. in alpha()
150 * This prevents one good RTT from causing sudden window increase. in alpha()
221 /* Update alpha and beta values once per RTT */