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: Simon Goldschmidt
Subject: [lwip-devel] [task #7017] Implement DNS client
Date: Tue, 20 Nov 2007 20:32:04 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9

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

The new code works fine!

I did some changes too (see commit log), mainly function documentation,
coding style and some attempts to make the code smaller, hope you don't mind!

What remains is a check that the numerous size-defines (dns table size,
number of dns servers) fit into the u8_t which is used to index them (I added
a precompiler check for that, maybe that's already enough?).

Also, dns_seqno (currently an u8_t) can overflow when more than 256 queries
are done. But since the only side-effect is that a new entry gets overwritten,
it's not that important...

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

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