Ysurac / openmptcprouter

OpenMPTCProuter is an open source solution to aggregate multiple internet connections using Multipath TCP (MPTCP) on OpenWrt
https://www.openmptcprouter.com/
GNU General Public License v3.0
1.81k stars 258 forks source link

Unable to aggregate routes during UDP transmission #3419

Closed YQW1504040201 closed 6 days ago

YQW1504040201 commented 3 months ago

_cgi-bin_mmwebwx-bin_webwxgetmsgimg  MsgID=3903564355584398232 skey=@crypt_1e807b26_f2baf64e81e9bff8977affda629c037c mmweb_appid=wx_webfilehelper

the verson of "openmptcprouter" is 0.6-6.1

I used to access another server on one PC, but when using UDP, I found that link aggregation was not possible. Only one SIM card bears all the load, while the other SIM cards do not bear the load: iperf3 -s -p 5000 iperf3 -c 47.92.231.171 -p 5000 -t 600 -b 100M -u

341299139-c64f8b68-cbce-4565-a39e-4e040bd1bab3

From the following, it can be seen that there is only one SIM card, and the other SIM cards do not share the load

341300868-d009f9b8-28b5-4d1c-a082-c96ebeb079e8

But when I use TCP, multiple SIM cards will evenly share the load, just like changing the command to this:

iperf3 -s -p 5000 iperf3 -c 47.92.231.171 -p 5000 -t 600 -b 100M Has anyone encountered a similar problem?

github-actions[bot] commented 1 week ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days