|
From: | Dirk Ziegelmeier |
Subject: | Re: [lwip-users] Avoiding sys_thread_new |
Date: | Sun, 9 Oct 2016 08:46:54 +0200 |
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
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-users
[Prev in Thread] | Current Thread | [Next in Thread] |