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 _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
