I'm started exploring MPTCP recently and started using it on my Ubuntu 18.04. My MPTCP version is 0.95. curl http://multipath-tcp.org on my terminal is returning Yay, you are MPTCP-capable! You can now rest in peace. I further checked it on http://amiusingmptcp.de/ which is telling me I'm using MPTCP. Now I want to write my own default scheduler. So I clicked on appropriate link on http://amiusingmptcp.de/ page which took me to http://progmp.net/progmp.html page. In this page it is showing that I'm not using MPTCP connection so the demo page is showing limited features. I have attached the relevant screenshots. Can someone please tell me how to make my own scheduler?
Thanks

ProgMP page showing I'm not using MPTCP even when I'm using it
226 Views Asked by MonkeyDLuffy At
1
There are 1 best solutions below
Related Questions in TCP
- having spring integration tcpserver to manage clients and send them messages
- psuedo TCP multicast with os.dup2() in python?
- Retrieve Data From EOC(Eithernet Over coxial) device
- Connecting a web client to a c++ server with TCP
- ECONNRESET on node.js RabbitMQ consumer in Azure
- how to respond from plain tcp client to MessagingTemplate's sendAndReceive
- Java Socket - how does the read() method know if the end of stream has been reached?
- Scala - TCP Packet frame using Akka
- Re-transmission concept in TCP
- Issues regarding multiplayer networking: input
- Getting and Sending Data between a Server and Client
- Jamod Slave Example, can not connect to slave
- Android Phone not sending data over TCP/ip
- Lot of TIME_WAIT connections while using RestTemplate?
- How do I use the windows service and WCF to update some record in database?
Related Questions in NETWORK-PROGRAMMING
- Packet drops in multicast when multiple instance of listner are running
- Get packet that's being routed
- Timing packets on a traffic server
- SNMP :snmpwalk response from NAS timeout issue
- Send Http request at specific time
- Swift - Get device's WIFI IP Address
- Construct and label a uniform graph in NetworkX using dictionaries?
- Diffie Hellman with authentication
- traversing a graph in spark-graphx via edge properties
- Setting proxy for java application
- Java sending handshake packets to minecraft server
- How to use different network interface for signaling & media in WebRTC app?
- Is it guaranteed that an RST packet will be sent when a process terminates?
- Does a process waiting on a network response take cpu/ram resources?
- Python socket stays blocked on socket.recv() when client expects data
Related Questions in SCHEDULING
- How do I know the last sched time of a process
- rm scheduling - calculation
- Scheduling multiple instance of a single java process
- How to Schedule a job run at multiple time intervals
- What's the purpose of `on_rq` field in `task_struct`?
- How to schedule job in Jenkins at particular timings
- Run code at a certain time
- AJAX disabledDates Fullcalendar Machines/Users
- Cron like scheduling using Apache Oozie
- SQL Server grouping interval
- Why is response time important in CPU scheduling?
- What are the differences between "recursion", "a non-terminating procedure that happens to refer to itself", and "repeated scheduling"?
- Thread creation using pthread_create with SCHED_RR scheduling fails
- cpu scheduling SRTF
- Scheduled scaling of Azure VMSS (via Runbook)
Related Questions in MPTCP
- How can i use the mptcp socket api?
- ns3 error: invalid conversion from ‘const ns3::TcpOption*’ to ‘ns3::TcpOption*’ [-fpermissive]
- Round robin scheduler C implementation for Multipath Tcp / linux kernel
- Python 3.10 - module 'socket' has no attribute 'IPPROTO_MPTCP'
- Is it possible to access mptcp sysctl inside docker?
- Why does the System throw "Operation not supported" error when setting MPTCP socket options
- Debugging using GDB
- Multipath TCP packet out-of-order
- How to use MPTCP included in linux kernel 5.6.x?
- The included dirs in Makefile are not used
- How to calculate the throughput in TCP?
- How to check for out of order packets for MPTCP in mininet?
- ProgMP page showing I'm not using MPTCP even when I'm using it
- How to enable MPTCP on latest Android kernel?
- Mobile phone with Multipath-TCP: How many subflows?
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 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?
It seems that you must be on multiple interface to do so. Also, for the local machine based setup without internet (local network only) you can install the progmp kernel onto your own machine.
In order to do so in your terminal,
After that boot into grub menu and select the progMP kernel. the
uname -ashould prompt kernel version 4.1.20. Now for writing your own scheduler you can download the example code from progmp.net site and use the python script to add it to the system. here is the further documentation in order to proceed, along with detailed steps: http://progmp.net/