lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] EnumProtocols


From: Kieran Mansley
Subject: Re: [lwip-users] EnumProtocols
Date: Tue, 24 Mar 2009 10:55:33 +0000

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]