lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Asynchronous events.


From: Kieran Mansley
Subject: Re: [lwip-users] Asynchronous events.
Date: Fri, 12 Sep 2008 17:00:09 +0100

On Fri, 2008-09-12 at 16:54 +0100, Nick Thomas wrote:
> In the Win32 world I could us a call like:
> iRc = WSAAsyncSelect( client.sock, hWnd, WM_WSASYNC,
> FD_CONNECT|FD_READ|FD_CLOSE );
> 
> Which would provide a callback method to inform my app when some data
> arrives. Is there anything like this in lwip?

The raw API in lwIP is callback based, and should also be much simpler
to debug than the other two as they are layered upon each other.

Kieran





reply via email to

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