Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 surpas such limit. Let the setup cope with that allowing a faster add_addr retransmission. Fixes: a88c9e4 ("mptcp: do not block subflows creation on errors") Fixes: f7efc77 ("mptcp: drop argument port from mptcp_pm_announce_addr") Closes: #254 Reported-and-tested-by: Matthieu Baerts <matthieu.baerts@tessares.net> Reviewed-by: Matthieu Baerts <matthieu.baerts@tessares.net> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
- Loading branch information