lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #9721] DNS: Allow a DNS look-up with a trailing dot


From: Simon Goldschmidt
Subject: [lwip-devel] [patch #9721] DNS: Allow a DNS look-up with a trailing dot in the name
Date: Wed, 14 Nov 2018 14:45:28 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36

Follow-up Comment #2, patch #9721 (project lwip):

Your patch works, but I would prefer to strip the trailing dot a lot earlier.
The goal would be that the trailing dot is only used as an indicator to not
try the search list (once we implement that) and that a cached value matches
for both queries (with or without trailing dot).

This might mean we need to pass 'hostnamelen' to dns_lookup and 'dns_enqueue'.
And once we implement the search list, we need a flag that tells us to search
with the list or not.

    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/patch/?9721>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

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