lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] lwip_accept() in non-blocking mode


From: Olivier Larouche
Subject: [lwip-users] lwip_accept() in non-blocking mode
Date: Thu, 14 Oct 2004 17:03:25 -0400

Hi!

In BSD socket implementation, I would like to use lwip_accept() in the 
following manner:
If the socket is marked as nonblocking and no pending connections are present 
on the queue, accept returns an error (EWOULDBLOCK).

The current implementation blocks until a connection is present.

Any idea how to implement it?

Thanks,

Olivier Larouche






reply via email to

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