After installation of ns-3.29 with MPTCP support (https://github.com/Kashif-Nadeem/ns-3-dev-git.git), I choose one ns-3 example simulation program called “ns-3-dev-git/examples/tcp/tcp-large-transfer.cc” to test MPTCP. Surprisingly, the program run into some errors: “msg =“Could not find mapping associated to ssn”,file=../src/internet/model/mptcp-subflow.cc,line=289” .
As a newbie to ns-3 and MPTCP, I’m not able to solve this problem by myself in a short time. Thus, I would like to ask for help, to see if have ever encountered similar situation or if anyone can provide some debug hints. Or could anyone please give a simulation program on which you work during your development? Of course, in the meantime, I will continue to read your code and try to figure out this problem. If you can provide some help, it will be a huge support for my work.
I will be appreciated for your nice reply. Anyway, thanks for this very excellent and inspiring work:).