From owner-cvs-all@FreeBSD.ORG Thu Jan 22 15:22:15 2004 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 BF71516A4CE; Thu, 22 Jan 2004 15:22:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0937743D46; Thu, 22 Jan 2004 15:22:15 -0800 (PST) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0MNME0B065862; Thu, 22 Jan 2004 15:22:14 -0800 (PST) (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0MNME7P065861; Thu, 22 Jan 2004 15:22:14 -0800 (PST) (envelope-from andre) Message-Id: <200401222322.i0MNME7P065861@repoman.freebsd.org> From: Andre Oppermann Date: Thu, 22 Jan 2004 15:22:14 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet tcp_output.c 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: Thu, 22 Jan 2004 23:22:15 -0000 andre 2004/01/22 15:22:14 PST FreeBSD src repository Modified files: sys/netinet tcp_output.c Log: Split the overloaded variable 'win' into two for their specific purposes: recwin and sendwin. This removes a big source of confusion and makes following the code much easier. Reviewed by: sam (mentor) Obtained from: DragonFlyBSD rev 1.6 (hsu) Revision Changes Path 1.84 +22 -21 src/sys/netinet/tcp_output.c