Added sequential dns resolver function for netconn api (netconn_gethostbyname)

This commit is contained in:
goldsimon
2007-11-16 17:16:17 +00:00
parent 7e447c83fb
commit e2cd201f6a
5 changed files with 112 additions and 0 deletions

View File

@@ -19,6 +19,10 @@ HISTORY
++ New features:
2007-11-16 Simon Goldschmidt
* api.h, api_msg.h, api_lib.c, api_msg.c: Added sequential dns resolver
function for netconn api (netconn_gethostbyname).
2007-11-15 Jim Pettinato, Frédéric Bernon
* opt.h, init.c, tcpip.c, dhcp.c, dns.h, dns.c: add DNS client for simple name
requests with RAW api interface. Initialization is done in lwip_init() with