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: Wed, 21 Nov 2007 18:32:02 +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 #69, task #7017 (project lwip):

> As long the linker can drop the code if the application doesn't use it,
it's not a problem to add it.

I rather was concerned about adding code that noone needs/maintains...

re comment #64:

Do you mean to add more err_t values and include them in err_to_errno_table?
I think that would be a good thing to do, but we'd have to talk about the
return value of dns_gethostbyname: it would be ERR_OK when the result was
cached, I guess (ERR_MEM/ERR_VAL/ERR_ARG is straightforward, also). But what
would it be for an enqueued request? I think it should be ERR_OK also, since
this is OK, but then we can't distinguish it from the other ERR_OK... any
thoughts?

re comment #65:

Honestly, I also read that (h_errno instead of errno), but since we don't
have a h_errno, I just modified errno... Not really portable, but who cares
for an exact error message ;-)

    _______________________________________________________

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]