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

Add double-mem LWIP option #2187

Merged
merged 1 commit into from
May 31, 2024
Merged

Add double-mem LWIP option #2187

merged 1 commit into from
May 31, 2024

Conversation

earlephilhower
Copy link
Owner

Add a "-32K" option to all the IP stack options that doubles the PCB and memory pools from default. For most use cases this is not necessary, but it could be helpful in cases where large numbers of TCP clients are connected or high bandwidth applications.

Fixes #2050

Add a "-32K" option to all the IP stack options that doubles the PCB and memory
pools from default.  For most use cases this is not necessary, but it could be
helpful in cases where large numbers of TCP clients are connected or high
bandwidth applications.

Fixes #2050
@earlephilhower earlephilhower merged commit 919a754 into master May 31, 2024
13 checks passed
@earlephilhower earlephilhower deleted the lw1 branch May 31, 2024 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhancement request: increase lwIP buffers
1 participant