From owner-cvs-all Thu Jun 13 20: 8: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 856C137B42B; Thu, 13 Jun 2002 20:08:05 -0700 (PDT) Received: (from silby@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5E385h53330; Thu, 13 Jun 2002 20:08:05 -0700 (PDT) (envelope-from silby) Message-Id: <200206140308.g5E385h53330@freefall.freebsd.org> From: Mike Silbersack Date: Thu, 13 Jun 2002 20:08:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_output.c tcp_syncache.c tcp_var.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG silby 2002/06/13 20:08:05 PDT Modified files: sys/netinet tcp_output.c tcp_syncache.c tcp_var.h Log: Re-commit w/fix: Ensure that the syn cache's syn-ack packets contain the same ip_tos, ip_ttl, and DF bits as all other tcp packets. PR: 39141 MFC after: 2 weeks This time, make sure that ipv4 specific code (aka all of the above) is only run in the ipv4 case. Revision Changes Path 1.64 +1 -1 src/sys/netinet/tcp_output.c 1.22 +16 -2 src/sys/netinet/tcp_syncache.c 1.80 +1 -0 src/sys/netinet/tcp_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message