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 agoThe 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.