You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LwIP uses an static array to store sockets. That means allocating all the space on compile time and fix a maximum number of sockets. Change it to work with dynamic memory and no upper limit.
The text was updated successfully, but these errors were encountered:
LwIP uses an static array to store sockets. That means allocating all the space on compile time and fix a maximum number of sockets. Change it to work with dynamic memory and no upper limit.
The text was updated successfully, but these errors were encountered: