lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] How to check send state?


From: Simon Goldschmidt
Subject: Re: [lwip-users] How to check send state?
Date: Wed, 17 Sep 2014 11:10:48 +0200

Karl Karpfen wrote:
> Currently I'm doing it as described at http://lwip.wikia.com/wiki/Raw/TCPin 
> section
> "Sending TCP data" which seems to be wrong for my case...


There's nothing wrong with what's described at 
http://lwip.wikia.com/wiki/Raw/TCP.
What's wrong is that your lwIP calls into lwIP from interrupt context and you 
call it from your main loop. This is not allowed, that's all.


Simon



reply via email to

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