Forum Discussion
Altera_Forum
Honored Contributor
21 years agoLWIP socket creation issue
LWIP socket creation issue I currently have implemented an algorithm that allows two separate devices (using the same code) to create and maintain a socket that goes something like: TaskA...
Altera_Forum
Honored Contributor
21 years agoI've not come across this problem, but you could try increasing the number of MicroC OS II Queues. If you right click on your system library project and select RTOS options. Expand the MicroC/OS-II in the left pane select Queues and you can change the number of queues.
As you rightly point out this could just be delaying the onset of the problem. Are all the previous sockets which have been created being closed, or are you just running out of resources?