Thanks. Get Outlook for Android<https://aka.ms/ghei36>
________________________________ From: lwip-users <[email protected]> on behalf of yanhc519 <[email protected]> Sent: Tuesday, January 22, 2019 4:41:46 PM To: [email protected] Subject: Re: [lwip-users] Make accept, recv and send non blocking Hi Saad, For lwip_recv(int s, void *mem, size_t len, int flags), I think you could set MSG_DONTWAIT in flags to receive data non-blocking. Regards, yan On 1/22/2019 15:34,saad saeed<[email protected]><mailto:[email protected]> wrote: Dear All, I am using Socket API. How can I make lwip_accept(),lwip_recv() and lwip_send() non-blocking? KInd Regards, Saad.
_______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
