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

set lwip tcp mss to 1460 #966

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

set lwip tcp mss to 1460 #966

wants to merge 1 commit into from

Conversation

pennam
Copy link
Contributor

@pennam pennam commented Oct 1, 2024

fixes #937

@schnoberts1
Copy link

Does it fix it or mask an underlying problem that would exist if the payload was much larger?

@megacct
Copy link

megacct commented Oct 1, 2024

FYI, I've been running with the following settings for a few months without issue. I average 9mbps (11 peak) on large downloads.

"lwip.memp-num-tcp-seg": 32,
"lwip.memp-num-tcpip-msg-inpkt": 16,
"lwip.socket-max": 12,
"lwip.tcp-mss": 1460,
"lwip.tcp-socket-max": 10,

These links were useful:
https://lwip.fandom.com/wiki/Maximizing_throughput
https://lwip.fandom.com/wiki/Tuning_TCP

@schnoberts1
Copy link

schnoberts1 commented Oct 1, 2024 via email

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