From owner-cvs-src-old@FreeBSD.ORG Thu Sep 16 12:13:17 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90D1E106564A for ; Thu, 16 Sep 2010 12:13:17 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6522C8FC15 for ; Thu, 16 Sep 2010 12:13:17 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o8GCDHsf083293 for ; Thu, 16 Sep 2010 12:13:17 GMT (envelope-from andre@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o8GCDHfl083292 for cvs-src-old@freebsd.org; Thu, 16 Sep 2010 12:13:17 GMT (envelope-from andre@repoman.freebsd.org) Message-Id: <201009161213.o8GCDHfl083292@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to andre@repoman.freebsd.org using -f From: Andre Oppermann Date: Thu, 16 Sep 2010 12:13:06 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet tcp.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2010 12:13:17 -0000 andre 2010-09-16 12:13:06 UTC FreeBSD src repository Modified files: sys/netinet tcp.h Log: SVN rev 212731 on 2010-09-16 12:13:06Z by andre Improve comment to TCP_MINMSS by taking the wording from lstewart (with a small difference in the last paragraph though) as suggested by jhb. Clarify that the 'reviewed by' in r212653 by lstewart was for the functional change, not the comments in the committed version. Revision Changes Path 1.47 +7 -7 src/sys/netinet/tcp.h