You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
testSimpleMPTCP should not fail for ENOPROTOOPT (#2725)
Motivation:
MPTCP implementations are permitted to return `ENOPROTOOPT` if MPTCP has
been disabled. This should not report as a test failure.
Modifications:
Instead of failing the test, log the permitted error and return.
Result:
No more misleading testSimpleMPTCP test failures
0 commit comments