]> Git Repo - linux.git/commit
selftests: mptcp: more robust signal race test
authorPaolo Abeni <[email protected]>
Fri, 18 Feb 2022 21:35:43 +0000 (13:35 -0800)
committerDavid S. Miller <[email protected]>
Sat, 19 Feb 2022 12:28:00 +0000 (12:28 +0000)
commit6ef84b1517e08f6c2fc105b798a9d21bf4caa6cb
tree9a12ad62d18eb45dd7a57dc52e8ccc626a548b1f
parentf73c1194634506ab60af0debef04671fc431a435
selftests: mptcp: more robust signal race test

The in kernel MPTCP PM implementation can process a single
incoming add address option at any given time. In the
mentioned test the server can surpass such limit. Let the
setup cope with that allowing a faster add_addr retransmission.

Fixes: a88c9e496937 ("mptcp: do not block subflows creation on errors")
Fixes: f7efc7771eac ("mptcp: drop argument port from mptcp_pm_announce_addr")
Closes: https://github.com/multipath-tcp/mptcp_net-next/issues/254
Reported-and-tested-by: Matthieu Baerts <[email protected]>
Reviewed-by: Matthieu Baerts <[email protected]>
Signed-off-by: Paolo Abeni <[email protected]>
Signed-off-by: Mat Martineau <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
tools/testing/selftests/net/mptcp/mptcp_join.sh
This page took 0.053575 seconds and 4 git commands to generate.