From owner-cvs-all Mon Jan 24 17: 5:21 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 BB0E8152AE; Mon, 24 Jan 2000 17:05:19 -0800 (PST) (envelope-from shin@FreeBSD.org) Received: (from shin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA90818; Mon, 24 Jan 2000 17:05:19 -0800 (PST) (envelope-from shin@FreeBSD.org) Message-Id: <200001250105.RAA90818@freefall.freebsd.org> From: Yoshinobu Inoue Date: Mon, 24 Jan 2000 17:05:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_subr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shin 2000/01/24 17:05:19 PST Modified files: sys/netinet tcp_subr.c Log: Fix the bug that IPv4 ttl is not initialized when AF_INET6 socket is used for IPv4 communication.(IPv4 mapped IPv6 addr.) Also removed IPv6 hoplimit initialization because it is alway done at tcp_output. Confirmed by: Bernd Walter Revision Changes Path 1.72 +6 -9 src/sys/netinet/tcp_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message