Kieran Mansley wrote:
On Wed, 2008-10-01 at 21:56 +0100, Jonathan Larmour wrote:

[EMAIL PROTECTED] wrote:

I've noticed this too. It's a relatively easy fix. In api/sockets.c in
lwip_accept, put this:
 if (sock->flags & O_NONBLOCK)
 {
   if (!(sock->lastdata || sock->rcvevent))

I'm not sure I understand why sock->lastdata is relevant?


It shouldn't be for accept.  It's relevant for lwip_recvfrom() of
course, where the code came from.

Ok, and given Tamas already verified it, I've checked in something that should work based on that.

Jifl
--
eCosCentric Limited      http://www.eCosCentric.com/     The eCos experts
Barnwell House, Barnwell Drive, Cambridge, UK.       Tel: +44 1223 245571
Registered in England and Wales: Reg No 4422071.
------["The best things in life aren't things."]------      Opinions==mine


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

Reply via email to