[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: |
Sat, 01 Dec 2007 10:27:18 +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 #80, task #7017 (project lwip):
Are you agree to add in dns_gethostbyname this code :
#if LWIP_HAVE_LOOPIF
if (strcmp(hostname,"localhost")==0) {
addr->addr = INADDR_LOOPBACK;
return DNS_COMPLETE;
}
#endif /* LWIP_HAVE_LOOPIF */
Of course, it seems possible to loop_netif's ip address to something
different than INADDR_LOOPBACK, but is it very legal? Comments?
_______________________________________________________
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,
Frédéric Bernon <=
- [lwip-devel] [task #7017] Implement DNS client, Simon Goldschmidt, 2007/12/01
- [lwip-devel] [task #7017] Implement DNS client, Jonathan Larmour, 2007/12/02
- [lwip-devel] [task #7017] Implement DNS client, Simon Goldschmidt, 2007/12/03
- [lwip-devel] [task #7017] Implement DNS client, Frédéric Bernon, 2007/12/03
- [lwip-devel] [task #7017] Implement DNS client, David Empson, 2007/12/03
- [lwip-devel] [task #7017] Implement DNS client, Jonathan Larmour, 2007/12/04
- [lwip-devel] [task #7017] Implement DNS client, Frédéric Bernon, 2007/12/04
- [lwip-devel] [task #7017] Implement DNS client, Frédéric Bernon, 2007/12/04
- [lwip-devel] [task #7017] Implement DNS client, Jonathan Larmour, 2007/12/04
- [lwip-devel] [task #7017] Implement DNS client, Simon Goldschmidt, 2007/12/11