]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/ipv4/tcp_bic.c
[IPV6]: Don't update ADVMSS on routes where the MTU is not also updated
[karo-tx-linux.git] / net / ipv4 / tcp_bic.c
index 519de091a94d01641f8ae5837abcc8943455fd25..4586211e3757f9b30c78b95bdbe1d1a858ea9070 100644 (file)
@@ -206,7 +206,7 @@ static void bictcp_state(struct sock *sk, u8 new_state)
 /* Track delayed acknowledgment ratio using sliding window
  * ratio = (15*ratio + sample) / 16
  */
-static void bictcp_acked(struct sock *sk, u32 cnt, ktime_t last)
+static void bictcp_acked(struct sock *sk, u32 cnt, s32 rtt)
 {
        const struct inet_connection_sock *icsk = inet_csk(sk);