On 18 Aug 2010, Timmy Brolin wrote: > > Once the output is written or the buffer is full, I would like to > > send that data. Since it is not allowed to call any of the core tcp > > commands from outside tcpip_thread, how can I safely wake it up in > > order to call any of my callback functions (tcp_poll would do fine)? > > Any ideas? > If you receive and process the command lines in the tcipip thread, > then you can send the responses immediately using that thread as well.
If the commands don't respond instantaneously, that will block the tcpip thread. Wouldn't this interfere with the other networking services? I have seen tcp_callback(), this seems to be exactly what I need. I'll try that. Regards Oliver
signature.asc
Description: Digital signature
_______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
