From owner-cvs-all@FreeBSD.ORG Fri May 11 18:29:40 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C3AA716A404; Fri, 11 May 2007 18:29:40 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9B86913C45A; Fri, 11 May 2007 18:29:40 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4BITeXE011936; Fri, 11 May 2007 18:29:40 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4BITeDD011935; Fri, 11 May 2007 18:29:40 GMT (envelope-from andre) Message-Id: <200705111829.l4BITeDD011935@repoman.freebsd.org> From: Andre Oppermann Date: Fri, 11 May 2007 18:29:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_subr.c tcp_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 11 May 2007 18:29:40 -0000 andre 2007-05-11 18:29:39 UTC FreeBSD src repository Modified files: sys/netinet tcp_subr.c tcp_var.h Log: Add the timestamp offset to struct tcptw so we can generate proper ACKs in TIME_WAIT state that don't get dropped by the PAWS check on the receiver. Revision Changes Path 1.280 +6 -3 src/sys/netinet/tcp_subr.c 1.148 +1 -0 src/sys/netinet/tcp_var.h