lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] Re: [lwip] Q: implementation for select()


From: Sebastian Bauer
Subject: [lwip-users] Re: [lwip] Q: implementation for select()
Date: Wed, 08 Jan 2003 23:15:59 -0000

Hi!

> All the 'socket' stuff is ultimately based on the 'low-level interface'.
> The 'low-level interface' is a callback interface that gives you all the
> information that 'select' does (and then some). Also, crucially, for an
> embedded platform, it only executes 'user code' when there is something
> for that to do.
> Why not use that, rather than the 'socket' code?
> You won't need threads/semaphores either!

Yes it can be done of course with the raw API but the TCP IP Stack for AROS
which is based on lwip needs to provide a bsd socket layer and also
select(). The more complete it is the better.

Ciao,
Sebastian


[This message was sent through the lwip discussion list.]




reply via email to

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