lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Sockets


From: Simon Goldschmidt
Subject: Re: [lwip-users] Sockets
Date: Thu, 06 Sep 2012 10:52:36 +0200

Nikolas Karakotas wrote:
> [..]
> I then get stuck as well maybe in the lwip_write or lwip_send. How can I
> combat this issue? Does send/write wait for ever?


I think this is a standard socket problem, not an lwIP one. You can use 
non-blocking sockets and select() to prevent local blocking because of peer (or 
network-) problems.


Simon



reply via email to

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