I am trying to test some MPTCP schedulers in mininet and would like to check for the out of order packets (at the connection level) on the receiver side. I tried it with Wireshark(v2.4.5) and monitored the Data Sequence Number (DSN) for dupACKs but I believe it is showing the results at the subflow level. Has anybody tried this in mininet? I am looking forward to any help or suggestion.
How to check for out of order packets for MPTCP in mininet?
230 Views Asked by Uddhav Suman At
1
There are 1 best solutions below
Related Questions in MININET
- The miniedit is unavailable to export topology
- How to debug P4 Mininet switches?
- pep8 error on Mininet installation on Ubuntu UTM on Mac
- Run pytests with sudo within VSCode
- RLock(s) were not greened, Eventlet.monkey(patch) error
- How to overflow the OVS-switch in SDN mininet? Whether how it to be done?
- Create links between mininet switches emulated on different machines
- Why can't my hosts communicate with each other?
- Connecting local instance of OpenDaylight controller to local instance of Mininet
- Mininet: Pingall 100% Dropped
- misc.ip_loadbalancer is not working - POX, mininet
- Getting output of CLI commands in some text file
- Can't capture packets from namespace interface
- Mininet TCP Congestion Control Losing Its Fairness Upon Reaching 5 Connections?
- Opendaylight does not see the topology
Related Questions in MPTCP
- How is the default route configured in MPTCP?
- How to use Fast Open Mechanism with MultipathTCP?
- Is it possible to access mptcp sysctl inside docker?
- Python 3.10 - module 'socket' has no attribute 'IPPROTO_MPTCP'
- How to enable MPTCP on latest Android kernel?
- ns3 error: invalid conversion from ‘const ns3::TcpOption*’ to ‘ns3::TcpOption*’ [-fpermissive]
- How can i use the mptcp socket api?
- The included dirs in Makefile are not used
- Why does the System throw "Operation not supported" error when setting MPTCP socket options
- Round robin scheduler C implementation for Multipath Tcp / linux kernel
- How to use MPTCP included in linux kernel 5.6.x?
- ProgMP page showing I'm not using MPTCP even when I'm using it
- Using both Cellular + WiFi(Channel Bonding) on android
- How to calculate the throughput in TCP?
- How do I build and run the code from github for NS3 in the link provided
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
DSN and DataAck are MPTCP-level values. If you capture traffic at the receiver, you can plot the dsn to look for out-of-order arrival. (mptcp.dsn filter in wireshark IIRC)