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 _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
