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: Wed, 20 Jun 2007 11:05:45 +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 #8, task #7017 (project lwip):

Some other remarks for integration:

- a request is not send until the next resolv_tmr. It should be done the
first time directly in resolv_query.

- "if((ans->type == 1) && (ans->class == 1) && (ans->len == 4) )" in
resolv_recv should use some define or sizeof...

- we can only receive the first entry of a "A" record.


    _______________________________________________________

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]