lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Non-blocking I/O in lwip


From: address@hidden
Subject: Re: [lwip-users] Non-blocking I/O in lwip
Date: Fri, 22 Jul 2011 21:28:14 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20110624 Thunderbird/5.0

Kieran Mansley wrote:
On 22 Jul 2011, at 17:54, Simon Goldschmidt wrote:
non-blocking send is the way to go.
Or the compromise of a blocking send with a timeout, and then if/when the 
timeout occurs you can check if you need to close it, or try the send again.
Although I'm afraid that won't work with lwIP, since we don't support send-timeouts (yet?) :-(

Simon



reply via email to

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