multipath-tcp / mptcp

⚠️⚠️⚠️ Deprecated 🚫 Out-of-tree Linux Kernel implementation of MultiPath TCP. 👉 Use https://github.com/multipath-tcp/mptcp_net-next repo instead ⚠️⚠️⚠️
https://github.com/multipath-tcp/mptcp_net-next
Other
890 stars 335 forks source link

question about issue #293, anycast destroy issue #296

Closed cyclopes123 closed 5 years ago

cyclopes123 commented 5 years ago

I'm experiencing same issue with issue #293 , currently sicking the fix for this.

I read below mail thread discussing about this issue, and tested the potential patch for our build and failed. https://sympa-2.sipr.ucl.ac.be/sympa/arc/mptcp-dev/2018-11/msg00019.html

MPTCP version is v0.94, and kernel version is 4.9.112+. I tested the initial patch that Paasch suggested, but still the testcase was failed.

Do you have any further progress about this issue?

cyclopes123 commented 5 years ago

I'm testing a few more times, and the TC is not always failed. I've tested 5 times, and passed one time.

cpaasch commented 5 years ago

Hmmm... it all worked in my tests. Let me try out with the patch applied to v0.94.

cpaasch commented 5 years ago

I double-checked everything. And indeed, my patch makes it work on v0.94. Note, I had to fix a conflict when applying the patch.

cyclopes123 commented 5 years ago

Thank you for the answer.