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.72k stars 252 forks source link

Unable to aggregate routes during UDP transmission #3417

Closed YQW1504040201 closed 1 week ago

YQW1504040201 commented 1 week ago

I used client access to access the server through VPS and found that link aggregation was not possible. The iperf command used is as follows: iperf3 -s -p 5000 iperf3 -c 47.92.231.171 -p 5000 -t 600 -b 100M -u

_cgi-bin_mmwebwx-bin_webwxgetmsgimg  MsgID=5892883779822924275 skey=@crypt_1e807b26_d800c6352a054a32b7e7ec9035a66d1b mmweb_appid=wx_webfilehelper

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

_cgi-bin_mmwebwx-bin_webwxgetmsgimg  MsgID=6290771171096058405 skey=@crypt_1e807b26_d800c6352a054a32b7e7ec9035a66d1b mmweb_appid=wx_webfilehelper

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?

Ysurac commented 1 week ago

This was not open in the right category. Please add the template or open it again in right category and use the template. The template is need to know release, kernel,...