I use C++ and prefer to use a task class that I designed. I do not want to
allocate these statically. It's not clear to me why the network stack would
be concerned with creating threads. I understand that there is a network
thread that is created but I don't want it created by sys_thread_new.

As far as I can tell there is only one Network task that is created. How
might I rearrange things so that I create that task in my application and
add it's logic?

Does anyone foresee any issues if I don't support this call?

Best regards,

Kenny
_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to