On Tue, 2009-03-24 at 02:18 -0700, Emmanuel Baguia Jr. wrote: > Does lwIP supports a function something like; retrieves information > about available transport protocols?
Don't think so. You could, if you have access to the lwIP headers in your code, see what LWIP_TCP and LWIP_UDP for example were set to I suppose, or you could probe it by trying to opening a connection of the type that you're interested in and see if it works. Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
