Date: Wed, 19 Apr 2000 20:31:13 -0700 (PDT) From: Yoshinobu Inoue <shin@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net getaddrinfo.c name6.c Message-ID: <200004200331.UAA85735@freefall.freebsd.org>
index | next in thread | raw e-mail
shin 2000/04/19 20:31:13 PDT
Modified files:
lib/libc/net getaddrinfo.c name6.c
Log:
Change getaddrinfo() resolve order
from
all AAAA trial, then all A trial
to
try AAAA and A for each trial
TODO: more fix for the case where IPv4 mapped IPv6 addr is disabled
Reviewed by: ume
Revision Changes Path
1.10 +24 -45 src/lib/libc/net/getaddrinfo.c
1.8 +295 -32 src/lib/libc/net/name6.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004200331.UAA85735>
