lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Make accept, recv and send non blocking


From: yanhc519
Subject: Re: [lwip-users] Make accept, recv and send non blocking
Date: Tue, 22 Jan 2019 19:41:46 +0800 (GMT+08:00)

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:34saad saeed<address@hidden> wrote:
Dear All,

I am using Socket API. How can I make lwip_accept(),lwip_recv() and lwip_send() non-blocking?

KInd Regards,
Saad. 

reply via email to

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