Venkateswaran

Results 4 issues of Venkateswaran

I want to know at runtime if the MPTCP connection fallback to TCP for some reason. Where can I get that info at the userspace level?

enhancement

sometimes I used to get this message when I tried to create subflows via Netlink. ![mptcp](https://user-images.githubusercontent.com/45777176/160169453-c9765def-961a-4fd3-ad89-320a927d65f5.png) This is my current set up and I just up and down switch ports...

I have a small test code that checks for eth interface up/down events from the RTNLGRP_LINKmulticast group, but unfortunately, I'm always getting the RTM_NEWLINK event even when I unplug and...

I have a server-client connected with two interfaces. -----client---------------------server--- 10.10.10.2 10.10.10.3 20.20.20.2 20.20.20.3 client side mptcp config ``` $ ip mptcp endpoint show 20.20.20.2 id 3 fullmesh dev enp0s9 $...

question