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 ago>Did you try increasing the number of Queues as I suggested?
Yes sir I did! But as I expected it just delays the onset of the problem. > The issue is all to do with the sys_arch_timeouts function which handles general system > > timeouts. It is vital that the priority of the all the socket using threads lie between 0 and > > LWIP_MAX_TASKS. You can handle this manually if you wish. I have confirmed that all tasks accessing the socket have priorities between 0 and LWIP_MAX_TASKS Aiden