lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] tcp_enqueue problem, using socket:


From: Jonathan Larmour
Subject: Re: [lwip-users] tcp_enqueue problem, using socket:
Date: Thu, 20 Mar 2008 13:48:42 +0000
User-agent: Thunderbird 1.5.0.12 (X11/20070530)

Piero 74 wrote:
> 
> In these months i understood a lot of thing about lwip code and
> configuration, and ho to debug its code.... but i'm not able to do a
> changes like this.
> Do you think someone can add non blocking flag for send??

Not before 1.3.0 sorry. It's just too close. It's easy to make the first
write non-blocking, but to allow subsequent ones to be non-blocking before
the first write's data is completely sent would require being able to store
a list of pending writes. I don't think the implementation would be
meaningful until the code does that.

Alternatively you could use the raw API instead, but obviously that would
be quite a change for you.

If this is something you would like to see, then could you open a Task for
it at http://savannah.nongnu.org/task/?group=lwip

Jifl
-- 
eCosCentric Limited      http://www.eCosCentric.com/     The eCos experts
 **  Visit us at ESC Silicon Valley <http://www.embedded.com/esc/sv>  **
 **  April 15-17 2008, Booth 3012, San Jose McEnery Convention Center **
Barnwell House, Barnwell Drive, Cambridge, UK.       Tel: +44 1223 245571
Registered in England and Wales: Reg No 4422071.
------["Si fractum non sit, noli id reficere"]------       Opinions==mine




reply via email to

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