This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mptcp: Remove IPv6 duplicated address detection
It causes us to take a refcnt on the address and actually periodically schedule a timer until eventually the address gets either marked as confirmed or removed. It causes regressions in the Android test-suite. This patch simply removes the duplicate address detection. That way, when we get an IPv6-address we use it right away. Also, if the address turns out to be duplicate on the link (which is really a cornercase scenario), it will be removed and our subflow will be destroyed. I don't think that's a big deal. I don't suggest to backport this patch as it's more of a design-change than a bugfix. Github-issue: #293 Signed-off-by: Christoph Paasch <[email protected]> Signed-off-by: Matthieu Baerts <[email protected]>
- Loading branch information