Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prj.conf: Increase CONFIG_POSIX_MAX_FDS to 10
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]>
- Loading branch information