[Top][All Lists]
[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/
- [lwip-devel] [task #7017] Implement DNS client, (continued)
- [lwip-devel] [task #7017] Implement DNS client, Frédéric Bernon, 2007/11/21
- [lwip-devel] [task #7017] Implement DNS client, Simon Goldschmidt, 2007/11/21
- [lwip-devel] [task #7017] Implement DNS client, Frédéric Bernon, 2007/11/21
- [lwip-devel] [task #7017] Implement DNS client, Simon Goldschmidt, 2007/11/22
- [lwip-devel] [task #7017] Implement DNS client, Frédéric Bernon, 2007/11/22
- [lwip-devel] [task #7017] Implement DNS client, Jonathan Larmour, 2007/11/22
- [lwip-devel] [task #7017] Implement DNS client, Simon Goldschmidt, 2007/11/22
- [lwip-devel] [task #7017] Implement DNS client, Simon Goldschmidt, 2007/11/29
- [lwip-devel] [task #7017] Implement DNS client, Frédéric Bernon, 2007/11/29
- [lwip-devel] [task #7017] Implement DNS client, Simon Goldschmidt, 2007/11/30
- [lwip-devel] [task #7017] Implement DNS client,
Frédéric Bernon <=
- [lwip-devel] [task #7017] Implement DNS client, Jonathan Larmour, 2007/11/30
- RE: [lwip-devel] [task #7017] Implement DNS client, Goldschmidt Simon, 2007/11/15