diff options
Diffstat (limited to 'net/ipv4/tcp_veno.c')
-rw-r--r-- | net/ipv4/tcp_veno.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/tcp_veno.c b/net/ipv4/tcp_veno.c index 326475a94865..1b8e28fcd7e1 100644 --- a/net/ipv4/tcp_veno.c +++ b/net/ipv4/tcp_veno.c | |||
@@ -203,7 +203,6 @@ static u32 tcp_veno_ssthresh(struct sock *sk) | |||
203 | } | 203 | } |
204 | 204 | ||
205 | static struct tcp_congestion_ops tcp_veno __read_mostly = { | 205 | static struct tcp_congestion_ops tcp_veno __read_mostly = { |
206 | .flags = TCP_CONG_RTT_STAMP, | ||
207 | .init = tcp_veno_init, | 206 | .init = tcp_veno_init, |
208 | .ssthresh = tcp_veno_ssthresh, | 207 | .ssthresh = tcp_veno_ssthresh, |
209 | .cong_avoid = tcp_veno_cong_avoid, | 208 | .cong_avoid = tcp_veno_cong_avoid, |