On Wed, 2007-04-11 at 15:42 +0200, [EMAIL PROTECTED] wrote:
> 
> Sorry, I took the wrong file. This should work. 
> 

That does indeed look odd.  There are no further packets sent/received
on the connection after this point?

It looks like you've got some deadlocking issue perhaps, where the
second lwip_send call is sitting blocked trying to get a lock of some
kind (although lwip infamously has very few locks!) which isn't being
released by another thread.

I'm afraid that you'll have to do some debugging.  If you can find out
where the blocked lwip_send call is waiting, that would probably help,
and try running the LWIP_DEBUG stuff on to get some more information
about what's going on.

Kieran



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

Reply via email to