Loading net/ipv4/tcp_vegas.c +4 −4 Original line number Diff line number Diff line Loading @@ -333,12 +333,12 @@ static void tcp_vegas_cong_avoid(struct sock *sk, u32 ack, else if (tp->snd_cwnd > tp->snd_cwnd_clamp) tp->snd_cwnd = tp->snd_cwnd_clamp; } } /* Wipe the slate clean for the next RTT. */ vegas->cntRTT = 0; vegas->minRTT = 0x7fffffff; } } /* Extract info for Tcp socket info provided via netlink. */ static void tcp_vegas_get_info(struct sock *sk, u32 ext, Loading Loading
net/ipv4/tcp_vegas.c +4 −4 Original line number Diff line number Diff line Loading @@ -333,12 +333,12 @@ static void tcp_vegas_cong_avoid(struct sock *sk, u32 ack, else if (tp->snd_cwnd > tp->snd_cwnd_clamp) tp->snd_cwnd = tp->snd_cwnd_clamp; } } /* Wipe the slate clean for the next RTT. */ vegas->cntRTT = 0; vegas->minRTT = 0x7fffffff; } } /* Extract info for Tcp socket info provided via netlink. */ static void tcp_vegas_get_info(struct sock *sk, u32 ext, Loading