From owner-cvs-src@FreeBSD.ORG Fri Feb 9 17:18:40 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2C53316A401; Fri, 9 Feb 2007 17:18:40 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0408613C47E; Fri, 9 Feb 2007 17:18:40 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19HIdhX078854; Fri, 9 Feb 2007 17:18:39 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19HIdTS078852; Fri, 9 Feb 2007 17:18:39 GMT (envelope-from yar) Message-Id: <200702091718.l19HIdTS078852@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 9 Feb 2007 17:18: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/libexec/ftpd ftpd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2007 17:18:40 -0000 yar 2007-02-09 17:18:39 UTC FreeBSD src repository Modified files: libexec/ftpd ftpd.c Log: Let automatic TCP send buffer sizing do its job for ftpd(8): stop setting the SO_SNDBUF socket option. Using a hard-coded value for it was a poor idea anyway in the face of diverse network conditions. Revision Changes Path 1.211 +1 -9 src/libexec/ftpd/ftpd.c