commit | b5a7acd3bd63c7430c98d7f66d0aa457c9ccde30 | [log] [tgz] |
---|---|---|
author | Geliang Tang <geliangtang@gmail.com> | Mon Feb 01 15:09:09 2021 -0800 |
committer | Jakub Kicinski <kuba@kernel.org> | Tue Feb 02 18:37:18 2021 -0800 |
tree | 1704f8d0c67dfd229ba1c81ccb0b28e1d1f50567 | |
parent | 875b76718f68bac8cec4ce669babd709852ca376 [diff] |
mptcp: send ack for every add_addr This patch changes the sending ACK conditions for the ADD_ADDR, send an ACK packet for any ADD_ADDR, not just when ipv6 addresses or port numbers are included. Closes: https://github.com/multipath-tcp/mptcp_net-next/issues/139 Acked-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Geliang Tang <geliangtang@gmail.com> Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>