From owner-cvs-all Wed Apr 19 20:31:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3701E37B63C; Wed, 19 Apr 2000 20:31:43 -0700 (PDT) (envelope-from shin@FreeBSD.org) Received: (from shin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA85800; Wed, 19 Apr 2000 20:31:43 -0700 (PDT) (envelope-from shin@FreeBSD.org) Message-Id: <200004200331.UAA85800@freefall.freebsd.org> From: Yoshinobu Inoue Date: Wed, 19 Apr 2000 20:31:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net getaddrinfo.c name6.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG shin 2000/04/19 20:31:42 PDT Modified files: (Branch: RELENG_4) 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.9.2.1 +24 -45 src/lib/libc/net/getaddrinfo.c 1.6.2.2 +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