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

prj.conf: Increase CONFIG_POSIX_MAX_FDS to 10 #394

Merged
merged 1 commit into from
Oct 10, 2024
Merged

Conversation

simensrostad
Copy link
Collaborator

Multiple sockets can be opened simultaneously, depending on timing. The current limit of 4 FDs is too low when multiple socket users are active across the stack. Since the modem supports up to 8 open sockets and the Wi-Fi stack also uses sockets, increasing the limit to 10 is a safer choice.

Multiple sockets can be opened simultaneously, depending on timing.
The current limit of 4 FDs is too low when multiple socket users are
active across the stack. Since the modem supports up to 8 open sockets
and the Wi-Fi stack also uses sockets, increasing the limit to 10 is a
safer choice.

Signed-off-by: Simen S. Røstad <[email protected]>
Copy link

@simensrostad simensrostad merged commit af07a10 into main Oct 10, 2024
6 checks passed
@simensrostad simensrostad deleted the increasesockets branch October 10, 2024 09:02
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.

1 participant