From owner-cvs-src@FreeBSD.ORG Thu Nov 25 09:27:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D45316A4CE; Thu, 25 Nov 2004 09:27:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEBBC43D48; Thu, 25 Nov 2004 09:27:56 +0000 (GMT) (envelope-from maxim@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 iAP9Ru1x011840; Thu, 25 Nov 2004 09:27:56 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAP9Ru3b011839; Thu, 25 Nov 2004 09:27:56 GMT (envelope-from maxim) Message-Id: <200411250927.iAP9Ru3b011839@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 25 Nov 2004 09:27:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/ngctl main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 25 Nov 2004 09:27:57 -0000 maxim 2004-11-25 09:27:56 UTC FreeBSD src repository Modified files: usr.sbin/ngctl main.c Log: Increase a socket receive buffer size. This helps 'ngctl list' to deal with a big number of nodes. Submitted by: archie Approved by: archie Reported and tested: Konstantin Timashkov MFC after: 1 month Revision Changes Path 1.17 +4 -2 src/usr.sbin/ngctl/main.c