aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_bic.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/tcp_bic.c')
-rw-r--r--net/ipv4/tcp_bic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_bic.c b/net/ipv4/tcp_bic.c
index 4586211e3757..5dba0fc8f579 100644
--- a/net/ipv4/tcp_bic.c
+++ b/net/ipv4/tcp_bic.c
@@ -210,7 +210,7 @@ static void bictcp_acked(struct sock *sk, u32 cnt, s32 rtt)
210{ 210{
211 const struct inet_connection_sock *icsk = inet_csk(sk); 211 const struct inet_connection_sock *icsk = inet_csk(sk);
212 212
213 if (cnt > 0 && icsk->icsk_ca_state == TCP_CA_Open) { 213 if (icsk->icsk_ca_state == TCP_CA_Open) {
214 struct bictcp *ca = inet_csk_ca(sk); 214 struct bictcp *ca = inet_csk_ca(sk);
215 cnt -= ca->delayed_ack >> ACK_RATIO_SHIFT; 215 cnt -= ca->delayed_ack >> ACK_RATIO_SHIFT;
216 ca->delayed_ack += cnt; 216 ca->delayed_ack += cnt;