lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] How to enable non blocking mode in Lwip


From: Rishi Khan
Subject: Re: [lwip-users] How to enable non blocking mode in Lwip
Date: Mon, 6 Oct 2008 07:50:38 -0400

int nonblocking=1;
lwip_ioctl(sock,FIOBIO,&nonblocking);

On Oct 6, 2008, at 7:11 AM, ajeet_kr wrote:


Hi All LwIP is supporting Blocking mode.I We want to enable non blocking mode.So How we can enable to nonblocking mode.I thing it not supporting nonblocking mode.Because I saw it don't have fcntl() function definition
etc...
Thanks.
Regards,
Ajeet Kumar Singh
--
View this message in context: http://www.nabble.com/How-to-enable- non-blocking-mode-in-Lwip-tp19835903p19835903.html
Sent from the lwip-users mailing list archive at Nabble.com.



_______________________________________________
lwip-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/lwip-users






reply via email to

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