lwip-users
[Top][All Lists]
Advanced

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

RE: [lwip-users] non-blocking receive with timeout


From: David Aldrich
Subject: RE: [lwip-users] non-blocking receive with timeout
Date: Wed, 17 Mar 2004 12:41:57 -0000

Hi Shawn

tcp_recv() registers your callback function that will be called when
data is received for that connection.  Therefore, you can implement your
own timeout at the application level around your callback.  Does that
help?

David




reply via email to

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