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<div class='quotetop'>QUOTE </div>
--- Quote Start --- Posted on Nov 19 2004, 05:46 AM -------------------------------------------------------------------------------- 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.[/b] --- Quote End --- Understood - but as LWIP_MAX_TASKS is set to OS_LOWEST_PRIO, you can't create tasks with priorities outside that range anyway. - Roddy