Date: Wed, 31 Aug 2005 14:02:20 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys listen.2 Message-ID: <200508311402.j7VE2Kcs099012@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glebius 2005-08-31 14:02:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libc/sys listen.2 Log: MFC 1.28: - 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 <is rambler-co.ru> Wording by: gnn Revision Changes Path 1.27.6.1 +16 -1 src/lib/libc/sys/listen.2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508311402.j7VE2Kcs099012>