lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] socket functionality - nonblocking?


From: Micael
Subject: Re: [lwip-users] socket functionality - nonblocking?
Date: Tue, 25 Nov 2008 15:57:58 +0100 (CET)
User-agent: SquirrelMail/1.4.15

On Tue, November 25, 2008 14:57, Kieran Mansley wrote:
> On Tue, 2008-11-25 at 08:24 -0500, Rishi Khan wrote:
>> listen is blocking? Maybe you mean accept? In any case, I have code
>> that makes accept non-blocking and I sent it in as a patch before ...
>> not sure if it made it's way to the CVS repository.
>
> Yes, sorry, I meant accept.


This makes me feel good. ;-)

So if I have collected all information correctly, non-blocking status is
something along the lines of;

Nonblocking support:
---------------------
select() (also have a working timeout support)
recv()
listen()
accept() - using patch from Rishi

Missing Nonblocking support for:
---------------------------------
connect()
send()



 Micael





reply via email to

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