From owner-svn-src-user@FreeBSD.ORG Thu Oct 16 10:28:01 2008 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BA591065687; Thu, 16 Oct 2008 10:28:01 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id EF5F48FC1B; Thu, 16 Oct 2008 10:28:00 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id m9GAS06E057862; Thu, 16 Oct 2008 10:28:00 GMT (envelope-from netchild@svn.freebsd.org) Received: (from netchild@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id m9GAS0N3057861; Thu, 16 Oct 2008 10:28:00 GMT (envelope-from netchild@svn.freebsd.org) Message-Id: <200810161028.m9GAS0N3057861@svn.freebsd.org> From: Alexander Leidinger Date: Thu, 16 Oct 2008 10:28:00 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r183936 - user/netchild/misc/src/share/man/man4 X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Oct 2008 10:28:01 -0000 Author: netchild Date: Thu Oct 16 10:28:00 2008 New Revision: 183936 URL: http://svn.freebsd.org/changeset/base/183936 Log: Document the recvbuf_* sysctls in the tcp area. Modified: user/netchild/misc/src/share/man/man4/tcp.4 Modified: user/netchild/misc/src/share/man/man4/tcp.4 ============================================================================== --- user/netchild/misc/src/share/man/man4/tcp.4 Thu Oct 16 10:27:00 2008 (r183935) +++ user/netchild/misc/src/share/man/man4/tcp.4 Thu Oct 16 10:28:00 2008 (r183936) @@ -254,11 +254,29 @@ when no advice to the contrary is receiv Maximum .Tn TCP send window. +.Pq Va sendbuf_auto +Automatic send buffer resizing. +When the the size of the send buffer of a connection is set manually by an +application, +the automatic resizing of the send buffer is disabled for this connection. +.Pq Va sendbuf_inc +XXX. +.Pq Va sendbuf_max +Maximum size of the send buffer with automatic resizing. .It Dv TCPCTL_RECVSPACE .Pq Va recvspace Maximum .Tn TCP receive window. +.Pq Va recvbuf_auto +Automatic send buffer resizing. +When the the size of the receive buffer of a connection is set manually by an +application, +the automatic resizing of the receive buffer is disabled for this connection. +.Pq Va recvbuf_inc +XXX. +.Pq Va recvbuf_max +Maximum size of the receive buffer with automatic resizing. .It Va log_in_vain Log any connection attempts to ports where there is not a socket accepting connections.