lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] Socket API Send


From: Jean-Baptiste Estival
Subject: [lwip-users] Socket API Send
Date: Mon, 2 Aug 2004 15:02:55 +0100

Hello,
 
I have a problem with socket send API and LWIP 0.6.5.
I can't update LWIP version now. send is in blocking mode,
I really want to use it in non blocking mode.
I tried this piece of code:
 
unsigned int > nRet=ioctlsocket(a_socket, LWIP_FIONBIO, &one);
 
with no success.
It seems that when lwip is blocked on send, it doesn't detect the lost of GPRS network.
So, it's very important for me  to get send in non blocking mode works.
 
does anybody have an idea ?
 
thanks
 
best regards.
 
Jean-Baptiste.

reply via email to

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