Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lte/alt1250: Fix bug that caused connect() to get stuck
Fix bug that connect() gets stuck when 6 sockets are opened in parallel and connect() is executed for the 6th socket. The maximum number of sockets that can be opened is now limited to 5.
- Loading branch information