On 15 Oct 2011, at 20:34, Prashant R wrote: > in other words , if I have code written for mac OS X that currently uses a > bsd socket , can I replace it to use an lwip socket compiled on Mac OS X ?
Maybe. If it's doing simple things with the socket API then yes, there's a good chance it will just work. If it's doing more complicated things you might hit part of the API that lwIP doesn't support. Kieran _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
