From owner-cvs-all@FreeBSD.ORG Thu Feb 23 21:14:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 A477616A420; Thu, 23 Feb 2006 21:14:35 +0000 (GMT) (envelope-from qingli@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BA1C43D49; Thu, 23 Feb 2006 21:14:35 +0000 (GMT) (envelope-from qingli@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 k1NLEZca027414; Thu, 23 Feb 2006 21:14:35 GMT (envelope-from qingli@repoman.freebsd.org) Received: (from qingli@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1NLEZOs027413; Thu, 23 Feb 2006 21:14:35 GMT (envelope-from qingli) Message-Id: <200602232114.k1NLEZOs027413@repoman.freebsd.org> From: Qing Li Date: Thu, 23 Feb 2006 21:14:34 +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_input.c tcp_output.c 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: Thu, 23 Feb 2006 21:14:35 -0000 qingli 2006-02-23 21:14:34 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c tcp_output.c Log: This patch fixes the problem where the current TCP code can not handle simultaneous open. Both the bug and the patch were verified using the ANVL test suite. PR: kern/74935 Submitted by: qingli (before I became committer) Reviewed by: andre MFC after: 5 days Revision Changes Path 1.290 +1 -1 src/sys/netinet/tcp_input.c 1.115 +2 -1 src/sys/netinet/tcp_output.c