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

2019-01-21 Thread goldsimon
Am 22. Januar 2019 08:34:51 MEZ schrieb saad saeed : >Dear All, > >I am using Socket API. How can I make lwip_accept(),lwip_recv() and >lwip_send() non-blocking? This is not an lwip specific question. It works the same as for all BSD compatible sockets implementations. Your favourite search

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

2019-01-21 Thread saad saeed
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 lwip-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/lwip-users

Re: [lwip-users] Regarding ppp issue

2019-01-21 Thread shivaraj Dandagihalli
Hi, I configure the raw mode in my code,but still i'm not able to write the proper data please find the following attached document and give me proper solution. Thanks Shivaraj On Sat, Jan 19, 2019 at 8:55 PM Sylvain Rochet wrote: > Hi Shivaraj, > > On Sat, Jan 19, 2019 at 12:32:16PM

Re: [lwip-users] Graceful shutdown

2019-01-21 Thread goldsi...@gmx.de
Am 18.01.2019 um 23:19 schrieb Ben Schwartz: Hi lwIP, According to a message from a long time ago [1], there's no way to perform a graceful shutdown of an lwIP instance.  Is that still true? Yes, that's still true. However, by now I have changed my mind. There are more and more people