Re: [PATCH net-next 00/12] Exchange MPTCP DATA_FIN/DATA_ACK before TCP FIN

2020-07-28 Thread David Miller
From: Mat Martineau Date: Tue, 28 Jul 2020 15:11:58 -0700 > This series allows the MPTCP-level connection to be closed with the > peers exchanging DATA_FIN and DATA_ACK according to the state machine in > appendix D of RFC 8684. The process is very similar to the TCP > disconnect state machine.

[PATCH net-next 00/12] Exchange MPTCP DATA_FIN/DATA_ACK before TCP FIN

2020-07-28 Thread Mat Martineau
This series allows the MPTCP-level connection to be closed with the peers exchanging DATA_FIN and DATA_ACK according to the state machine in appendix D of RFC 8684. The process is very similar to the TCP disconnect state machine. The prior code sends DATA_FIN only when TCP FIN packets are sent, a