On Mon, 2006-10-30 at 00:29 -0800, Andrew Lentvorski wrote: > Christiaan Simons wrote: > > Hi Andrew, > > > >> Is there a single threaded (basically, polling) version of the main > >> Unix/Linux/FreeBSD port somewhere? > > > > CVS contrib/ports/unix/proj/minimal > > I looked at that, but that one also seems to throw out the higher-level > interface functions (ie. socket and select interfaces). Am I wrong?
The higher layer APIs use a separate thread, so you can't have both I'm afraid. Hope that helps Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
