On Tue, 2009-09-15 at 16:56 -0400, Kevin wrote: > Hi, > > I am still new to lwip, and I have basic question about it: > > I got an impression that when Lwip work with operating system, it has > to be in SOCKET_API mode. My question is: can RAW_API mode work > together with any operating system?
Yes, it can. If you don't have an OS then you can only really use the raw API. If you do have an OS then you can use any of the lwIP APIs. Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
