You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
Hi,
I am using mptcp v0.95 in my ubuntu 16.04. And I create two lxc container that can communicate sith each other.
When I try to download a file from a container, and use redundant scheduler, sudo sysctl net.mptcp.mptcp_scheduler=redundant
there is something wrong.
That is, when there is only one available network path (both containers have only one network interface working), the goodput of redundant scheduler is half of the goodput of other schedulers. For example, when I use default scheduler, I got about 600KB/s but with redundant scheduler, it is less than 300KB/s. And ifstat shows that the actual throughput is around 600KB/s so the total bandwidth is the same for all schedulers.
The path manager is fullmesh.
Is that normal?
The text was updated successfully, but these errors were encountered:
Hi,
I am using mptcp v0.95 in my ubuntu 16.04. And I create two lxc container that can communicate sith each other.
When I try to download a file from a container, and use redundant scheduler,
sudo sysctl net.mptcp.mptcp_scheduler=redundant
there is something wrong.
That is, when there is only one available network path (both containers have only one network interface working), the goodput of redundant scheduler is half of the goodput of other schedulers. For example, when I use default scheduler, I got about 600KB/s but with redundant scheduler, it is less than 300KB/s. And
ifstat
shows that the actual throughput is around 600KB/s so the total bandwidth is the same for all schedulers.The path manager is fullmesh.
Is that normal?
The text was updated successfully, but these errors were encountered: