lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Deatach LWIP Webserver


From: Kieran Mansley
Subject: Re: [lwip-users] Deatach LWIP Webserver
Date: Mon, 18 Oct 2010 11:16:28 +0100

On Sun, 2010-10-17 at 13:58 -0200, Luis Rossi wrote:
> Looking
> at every stack, the raw functions (not the API ones) looks like a lot
> with
> BSD sockets, but with some differences.

If you compare lwIP's raw API with its sockets API you'll see they are
very different.  They require a completely different application
structure to use them: BSD sockets is synchronous, while the raw API is
based on callbacks to notify the application about completion of sends
and receives. 

Kieran




reply via email to

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