From 70bcf388c2ec26b4645a6666f846e40359152cf4 Mon Sep 17 00:00:00 2001 From: Ycarus Date: Mon, 6 Aug 2018 23:20:00 +0200 Subject: [PATCH] Fix MPTCP 0.94 patch for latest kernel, add TCP_MAX_QUICKACKS --- root/target/linux/generic/hack-4.14/690-mptcp_v0.94.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/target/linux/generic/hack-4.14/690-mptcp_v0.94.patch b/root/target/linux/generic/hack-4.14/690-mptcp_v0.94.patch index 75ed7c1f..26e77cca 100644 --- a/root/target/linux/generic/hack-4.14/690-mptcp_v0.94.patch +++ b/root/target/linux/generic/hack-4.14/690-mptcp_v0.94.patch @@ -13804,7 +13804,7 @@ diff -aurN linux-4.14.41/net/mptcp/mptcp_input.c mptcp-mptcp_v0.94/net/mptcp/mpt + /* Quick ACK if more 3/4 of the receive window is filled */ + if (after64(tp->mptcp->map_data_seq, + rcv_nxt64 + 3 * (tcp_receive_window(meta_tp) >> 2))) -+ tcp_enter_quickack_mode(sk); ++ tcp_enter_quickack_mode(sk,TCP_MAX_QUICKACKS); + + } else { + /* Ready for the meta-rcv-queue */