[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: |
Wed, 20 Jun 2007 08:56:13 +0000 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4 |
Follow-up Comment #7, task #7017 (project lwip):
You're right about resolv, but "dns" seems more clear than "resolv".
Some remarks about the resolv.c code:
- MAX_NAME_LENGTH is 32. But a FQDN can be really longer. From memory, each
"label" of the FQDN can have 63 bytes, the number of labels of a FQDN can be
127, and the FQDN can be max 254. I will check the chapter in RFC to get
exact values, but it's sure it's more than 2.
- I don't see in the code where the dns_table cache is cleaned from old
entries. So, if a host already resolved change its IP address, we can't reach
it... Perhaps I miss simething.
- Only one DNS server ("primary") is defined. As I said in comment#2, a
secondary would be good.
- It would be good to check return values for pbuf_alloc, udp_new()..
- dns_table in resolv_init should be initialized with STATE_UNUSED (and not
STATE_DONE).
- If your send in a short time (shorter than the "not found" timeout) more
than LWIP_RESOLV_ENTRIES, the older client of resolv is "lost" but not its
callback "found" will never be called (like in STATE_ERROR case).
- I'm not sure than compressed answers is working (I have to go deeply). Jim,
do you have check that?
- And of course, some typo and coding style to do...
_______________________________________________________
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, 2007/06/19
- [lwip-devel] [task #7017] Implement DNS client, Simon Goldschmidt, 2007/06/19
- RE: [lwip-devel] [task #7017] Implement DNS client, Pettinato, Jim, 2007/06/19
- [lwip-devel] [task #7017] Implement DNS client, Frédéric Bernon, 2007/06/19
- [lwip-devel] [task #7017] Implement DNS client, Simon Goldschmidt, 2007/06/19
- [lwip-devel] [task #7017] Implement DNS client, Frédéric Bernon, 2007/06/19
- [lwip-devel] [task #7017] Implement DNS client, Kieran Mansley, 2007/06/19
- [lwip-devel] [task #7017] Implement DNS client, Simon Goldschmidt, 2007/06/19
- [lwip-devel] [task #7017] Implement DNS client,
Frédéric Bernon <=
- [lwip-devel] [task #7017] Implement DNS client, Frédéric Bernon, 2007/06/20
- [lwip-devel] [task #7017] Implement DNS client, Frédéric Bernon, 2007/06/20
- [lwip-devel] [task #7017] Implement DNS client, Jim Pettinato, 2007/06/27
- [lwip-devel] [task #7017] Implement DNS client, Simon Goldschmidt, 2007/06/28
- [lwip-devel] [task #7017] Implement DNS client, Frédéric Bernon, 2007/06/28
- RE: [lwip-devel] [task #7017] Implement DNS client, Pettinato, Jim, 2007/06/20
- RE: [lwip-devel] [task #7017] Implement DNS client, Pettinato, Jim, 2007/06/19
- RE: [lwip-devel] [task #7017] Implement DNS client, Kieran Mansley, 2007/06/19