lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] Avoiding sys_thread_new


From: Kenny Koller
Subject: [lwip-users] Avoiding sys_thread_new
Date: Sun, 09 Oct 2016 05:08:21 +0000

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]