[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] TCP/UDP socket writing with RAW API and NO_SYS==1
From: |
Simon Goldschmidt |
Subject: |
Re: [lwip-users] TCP/UDP socket writing with RAW API and NO_SYS==1 |
Date: |
Mon, 28 Nov 2011 18:15:42 +0100 |
address@hidden wrote:
> What baffles me is the "[..] there is one main thread running the lwIP core
> (also known as the "tcpip_thread"). The raw API may only be used from
> this thread!" part.
>
> How can I initiate communications from another thread?
> What is the RightWay to wake the "tcpip_thread" and have it perform its job?
Use one of the tcpip_callback() functions to get into the tcpip_thread.
Simon