]> git.baikalelectronics.ru Git - kernel.git/commit
mptcp: Add helper to process acks of DATA_FIN
authorMat Martineau <mathew.j.martineau@linux.intel.com>
Tue, 28 Jul 2020 22:12:05 +0000 (15:12 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Jul 2020 00:02:42 +0000 (17:02 -0700)
commitb652ce67846e30103d9c65805bf6a851b7c2ce19
tree6c411ceaf9d8739b45dac5af72aede3a0d947aee
parent0653942c72ada4d1e80880bff371186221958cbb
mptcp: Add helper to process acks of DATA_FIN

After DATA_FIN has been sent, the peer will acknowledge it. An ack of
the relevant MPTCP-level sequence number will update the MPTCP
connection state appropriately.

Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mptcp/protocol.c