lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] socket SO_RCVTIMEO


From: Kieran Mansley
Subject: Re: [lwip-users] socket SO_RCVTIMEO
Date: Tue, 15 May 2012 19:32:42 +0100

On 15 May 2012, at 11:25, vincent cui wrote:

> After set socket with attribute SO_RCVTIMEO, how does application know 
> receive timeout in this case? Is there a signal or call back to notice 
> application ?

If the receive timed out, it will return -1 and set errno = EAGAIN

Kieran


reply via email to

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