Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 1999 22:31:44 -0500 (EST)
From:      Nathan Dorfman <nathan@rtfm.net>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   docs/9717: listen(2) manpage out of date
Message-ID:  <199901270331.WAA04915@limbo.rtfm.net>

next in thread | raw e-mail | index | archive | help

>Number:         9717
>Category:       docs
>Synopsis:       listen(2) manpage out of date
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 26 19:40:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Nathan Dorfman
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
RTFM.net
>Environment:

FreeBSD limbo.rtfm.net 4.0-CURRENT FreeBSD 4.0-CURRENT #17: Mon Jan 25 23:01:32 EST 1999     nathan@limbo.rtfm.net:/usr/src/sys/compile/MAYNARD  i386

(this is -current as of 1/25/99)

>Description:

	From listen(2):

	The sysctl(3) MIB variable ``kern.somaxconn'' specifies a hard limit on
	backlog; if a  value greater than kern.somaxconn or less than zero is
	specified, backlog is silently forced to kern.somaxconn.

	The correct oid is kern.ipc.somaxconn.

>How-To-Repeat:

	% man 2 listen
	% sysctl kern.somaxconn
	sysctl: unknown oid 'kern.somaxconn'
	% sysctl kern.ipc.somaxconn
	kern.ipc.somaxconn: 192

>Fix:
	
	%s/kern.somaxconn/kern.ipc.somaxconn/g

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901270331.WAA04915>