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: Luis Rossi
Subject: Re: [lwip-users] Deatach LWIP Webserver
Date: Mon, 18 Oct 2010 18:30:41 +0200

And how standard is the lwip compared to BSD sockets, i just looked at the file and functions and as example the accept function does not look alike the BSD accept funtion. Or am i  missing something?
 
Thank you!

On Mon, Oct 18, 2010 at 6:21 PM, Kieran Mansley <address@hidden> wrote:
On Mon, 2010-10-18 at 18:16 +0200, Luis Rossi wrote:
> So just to confirm, with no RTOS, there is no such standard
> implementation?

In a nutshell, yes.  One of the main points of an OS is to make the
interface to software more standard.  If you remove that layer of code
you also remove that standardisation.  BSD sockets are particularly like
that as they are most easily implemented with threads, and threads are
usually provided by the OS, so again no OS == no BSD sockets.

Kieran


_______________________________________________
lwip-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/lwip-users



--
Luís Filipe Rossi
Electrical Engineer
Escola Politécnica
Universidade de São Paulo

reply via email to

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