From owner-cvs-src@FreeBSD.ORG Mon Aug 29 10:23:46 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 CB1A016A41F; Mon, 29 Aug 2005 10:23:46 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B7C943D48; Mon, 29 Aug 2005 10:23:46 +0000 (GMT) (envelope-from glebius@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 j7TANkqM036068; Mon, 29 Aug 2005 10:23:46 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7TANkSY036067; Mon, 29 Aug 2005 10:23:46 GMT (envelope-from glebius) Message-Id: <200508291023.j7TANkSY036067@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 29 Aug 2005 10:23:46 +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/lib/libc/sys listen.2 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: Mon, 29 Aug 2005 10:23:47 -0000 glebius 2005-08-29 10:23:46 UTC FreeBSD src repository Modified files: lib/libc/sys listen.2 Log: - Document the fact that the real length of listen queue is 1.5 more than the value of backlog argument. - Document the fact that a subsequent listen(2) calls on the listening socket change the backlog argument. - Note that current listen queue lengths can be queried using netstat(1). Submitted by: Igor Sysoev Wording by: gnn Revision Changes Path 1.28 +16 -1 src/lib/libc/sys/listen.2