Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to aggregate routes during UDP transmission #3417

Closed
YQW1504040201 opened this issue Jun 20, 2024 · 1 comment
Closed

Unable to aggregate routes during UDP transmission #3417

YQW1504040201 opened this issue Jun 20, 2024 · 1 comment
Labels

Comments

@YQW1504040201
Copy link

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
Copy link
Owner

Ysurac commented Jun 20, 2024

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,...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants