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 agoDid you try increasing the number of Queues as I suggested?
Also you have to create threads using sys_thread_new if you wish to use sockets in those threads.