From 84d4fdc69caf293c0b1c8fcac7e206b55580cd18 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Wed, 11 Sep 2019 07:47:11 +0200 Subject: [PATCH] Fix last own change on MPTCP --- root/target/linux/generic/hack-4.19/690-mptcp_v0.95.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/target/linux/generic/hack-4.19/690-mptcp_v0.95.patch b/root/target/linux/generic/hack-4.19/690-mptcp_v0.95.patch index aa3b6eb0..ff2f6960 100644 --- a/root/target/linux/generic/hack-4.19/690-mptcp_v0.95.patch +++ b/root/target/linux/generic/hack-4.19/690-mptcp_v0.95.patch @@ -8377,7 +8377,7 @@ diff -aurN linux-4.19.67/net/mptcp/mptcp_blest.c mptcp-mptcp_v0.95/net/mptcp/mpt + + /* if we decided to use a slower flow, we have the option of not using it at all */ + if (bestsk && minsk && bestsk != minsk) { -+ u32 slow_linger_time, fast_bytes, buffered_bytes, slow_inflight_bytes, slow_bytes, avail_space; ++ u32 slow_linger_time, fast_bytes, slow_inflight_bytes, slow_bytes, avail_space; + u32 buffered_bytes = 0; + meta_tp = tcp_sk(meta_sk); + besttp = tcp_sk(bestsk);