lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] A question about dns_init


From: Kieran Mansley
Subject: Re: [lwip-users] A question about dns_init
Date: Sat, 15 Oct 2011 20:06:23 +0100

On 14 Oct 2011, at 17:39, Hervé DANIEL wrote:

> 
> Hi,
> 
> I'm tring to use   netconn_gethostbyname  (LWIP1.3.2)
> 
> I've made a basic program with this code
> 
>  dns_init();
>  err=netconn_gethostbyname("www.google.com", &Addr);
> 
> and i get the adress. (what a beautifull world)
> 
> then i copy paste to my real program (it s a web server) and i get an error
> err =  -8  : ERR_VAL

What function is it that returns the error?

Kieran


reply via email to

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