ckchan wrote: > > i'm trying to workaround the netconn_recv blocking since i'm using lwIP > 1.1.0. i want to send tcp packet at fixed interval (say every 1 sec) to > the server, while still be able to received (non fixed interval) tcp > packet from server. using only netconn APIs, i could only do "either" > and not "both".
While it shouldn't be terribly difficult for you to upgrade, at a minimum it would probably not be too difficult to backport the patch. It was discussed here, and you can use cvs around the date of committing (23rd May 2007 according to https://savannah.nongnu.org/patch/index.php?5959 ) to get it. Something like "cvs -q diff -D 2007-05-22 -D 2007-05-24" may be sufficient but I haven't tried it. Jifl -- eCosCentric Limited http://www.eCosCentric.com/ The eCos experts 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
