Date: Mon, 29 Aug 2005 10:23:46 +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: <200508291023.j7TANkSY036067@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <is rambler-co.ru>
Wording by: gnn
Revision Changes Path
1.28 +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?200508291023.j7TANkSY036067>
