Hi Noam,

"The parser running in the background processed the data and if needed
      sent back information. This separated the LwIP and other code."


I was told that the write function definitely has to be called from within the LWIP context, for instance from within the recvd callback or the poll callback or the sent callback.

So refering to that parser task, where did you invoke the first write function? Did you do it in
the mainloop or from within a callback?
Being able to do it from the mainloop would be interesting, because then it would be possible to
determine the moment when transfer starts.

Regards,
Martin H.


_______________________________________________
lwip-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to