From owner-cvs-all@FreeBSD.ORG Sat Jan 15 15:56:00 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BB3A16A4CE; Sat, 15 Jan 2005 15:56:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4923A43D45; Sat, 15 Jan 2005 15:56:00 +0000 (GMT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j0FFu0Wi075283; Sat, 15 Jan 2005 15:56:00 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0FFu0dc075280; Sat, 15 Jan 2005 15:56:00 GMT (envelope-from dwmalone) Message-Id: <200501151556.j0FFu0dc075280@repoman.freebsd.org> From: David Malone Date: Sat, 15 Jan 2005 15:55:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/netinet tcp_syncache.c tcp_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jan 2005 15:56:00 -0000 dwmalone 2005-01-15 15:55:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/netinet tcp_syncache.c tcp_var.h Log: MFC of 1.61, 1.62 of tcp_syncache.c and 1.107 tcp_var.h. The tcp syncache code was leaving the IPv6 flowlabel uninitialised for the SYN|ACK packet and then letting in6_pcbconnect set the flowlabel later. Arange for the syncache/syncookie code to set and recall the flow label so that the flowlabel used for the SYN|ACK is consistent. This is done by using some of the cookie (when tcp cookies are enabeled) and by stashing the flowlabel in syncache. Revision Changes Path 1.5.2.16 +31 -6 src/sys/netinet/tcp_syncache.c 1.56.2.16 +1 -0 src/sys/netinet/tcp_var.h