2008/11/25 Simon Goldschmidt
<address@hidden>
> I guess it must have been discussed before. I saw some old posts about a
> socket2.c?
Hehe, socket2.c is an idea started by Frédéric and me to speed up sockets on lwIP. The main goal was to prevent sockets using netconn but directly using the raw API. My preference would be to implement normal socket functions and fast functions that resemble the netconn API advantages so that we would only have to maintain 2 APIs in the far future. But that's not going to happen soon, I guess.
Writing this, if it was me who fixed nonblocking IO, I guess I'd write sockets2 first and then implement nonblocking IO on it... ;-)