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, 14 Nov 2007 23:46:58 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; fr; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9

Update of task #7017 (project lwip):

        Percent Complete:                     80% => 90%                    
         Planned Release:                    None => 1.3.0                  

    _______________________________________________________

Follow-up Comment #27:

Ok, dns client is check in. "msvc6" port is updated to test it. The "todo
list" is updated. We can also thought to sequential api. The main problem is
how to provide a safe-thread function :

struct hostent *gethostbyname(const char *name);

In "http://www.opengroup.org/onlinepubs/007908799/xns/endhostent.html";, we
can read :

"The gethostent(), gethostbyaddr(), and gethostbyname() functions may return
pointers to static data, which may be overwritten by subsequent calls to any
of these functions."

But the best solution should be to provide a "per-thread" hostent.




    _______________________________________________________

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]