lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] DNS lookup of other RR types


From: address@hidden
Subject: Re: [lwip-users] DNS lookup of other RR types
Date: Mon, 12 Nov 2018 20:07:07 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

On 11.11.2018 23:41, Craig McQueen wrote:
I'd like to do DNS lookups of other RR types, such as SRV, PTR or TXT records. 
SRV is my immediate interest, though SRV, PTR and TXT would facilitate doing 
DNS-SD queries in future. What would be needed to make this possible?

Looking at core/dns.c, I see the API is purely for getting host addresses at 
the moment (A or AAAA records). Would it be best for me to modify core/dns.c, 
or implement my own separate code?

Better to add code to dns.c than add separate code. But please watch out to keep the existing code/memory size unless new features are enabled.

Simon



reply via email to

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