lwip-users
[Top][All Lists]
Advanced

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

RE : [lwip-users] Non-blocking connect


From: Goldschmidt Simon
Subject: RE : [lwip-users] Non-blocking connect
Date: Thu, 21 Jun 2007 09:39:30 +0200

> Yes, you're right. I think the "good" thing to do should be to improve
> the stack if your really want to get such sockets. Perhaps open a
"task"
> on http://savannah.nongnu.org/task/?group=lwip, named something like
> "Implement non-blocking operations at socket layer"... But I don't
know
> when someone could start to work on that...

I think that's a task for a new socket layer. Even the little bit of
code we have now for non-blocking sockets (and also for select) seems
kind
of a hack to me (since it's integrated in the netconn apiusing the
callback,
which might sometimes not even be thread-safe...).

Creating a new socket-layer, the non-blocking part can be better
integrated.


Simon




reply via email to

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