lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [task #7017] Implement DNS client


From: Frédéric Bernon
Subject: [lwip-devel] [task #7017] Implement DNS client
Date: Fri, 30 Nov 2007 14:30:12 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; fr; rv:1.8.1.10) Gecko/20071115 Firefox/2.0.0.10

Follow-up Comment #78, task #7017 (project lwip):

>I would like to move the creation of the udp pcb dns uses from dns_init to a
function called the first time dns_gethostbyname so the pcb isn't created
until it is really used.

I have a real preference that all permanent services were created at the
product startup, and not when at the time it's need. Since once it's created,
it is not free, so, there is no reason to change the allocation place to my
point of view. And if a user doesn't need it, he can always disable it with
LWIP_DNS=0. Current behavior is more determinist.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?7017>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/





reply via email to

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