Subject: Re: Adding TTL information to gethostbyname() and friends
To: Ian Lance Taylor <ian@airs.com>
From: None <itojun@iijlab.net>
List: tech-net
Date: 06/02/2003 11:14:00
>One of the long standing drawbacks to the BSD sockets API is that
>there is no reasonable way to get the TTL of a DNS entry.

	pulling in getrrsetbyname() is more appropriate.  get*info and
	gethostby* are fairly standardized API so we don't wannt to be
	different from others.

itojun