>>>>> On Thu, 15 Mar 2001 16:13:33 -0600
>>>>> Stephen <[EMAIL PROTECTED]> said:
sdk> I've just installed 4.3-BETA2 and compiled a custom kernel with IPv6
sdk> disabled and have nothing IPv6 related in /etc/rc.conf. I'm noticing slow
sdk> telnet and fetch connect times, and after snooping with Ethereal, found
How slow is it?
sdk> that it's trying to resolve my FQ hostname via DNS with a type 'AAAA'
sdk> (IPv6?) before falling back to type 'A'. 4.2-R doesn't appear to do this.
Now, getaddrinfo(3) always queries AAAA RR in addition to A RR even if
kernel doesn't support IPv6. It is real behavior of getaddrinfo(3)
without specifying AI_ADDRCONFIG. Because, query for AAAA RR and A RR
is done in same time, it should not be a problem. Once there was DNS
query order problem at 4.0-RELEASE days. But, I believe it was
completely corrected.
--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
[EMAIL PROTECTED] [EMAIL PROTECTED] ume@{,jp.}FreeBSD.org
http://www.imasy.org/~ume/
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message