From owner-freebsd-questions@FreeBSD.ORG Sun Feb 6 21:53:20 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9171D16A4CE for ; Sun, 6 Feb 2005 21:53:20 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.199.47.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D54543D31 for ; Sun, 6 Feb 2005 21:53:20 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 35F6B51297; Sun, 6 Feb 2005 13:53:19 -0800 (PST) Date: Sun, 6 Feb 2005 13:53:19 -0800 From: Kris Kennaway To: "Michael R. Hines" Message-ID: <20050206215319.GA50607@xor.obsecurity.org> References: <6.2.0.14.2.20050206075404.033686e8@garnet.acns.fsu.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SUOF0GtieIMvvwua" Content-Disposition: inline In-Reply-To: <6.2.0.14.2.20050206075404.033686e8@garnet.acns.fsu.edu> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: where is net.inet.udp.sendspace? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Feb 2005 21:53:20 -0000 --SUOF0GtieIMvvwua Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 06, 2005 at 07:54:15AM -0500, Michael R. Hines wrote: >=20 > On my 5.3-RELEASE system, sysctl -a | grep net | grep space gives: >=20 > net.local.stream.sendspace: 8192 > net.local.stream.recvspace: 8192 > net.local.dgram.recvspace: 4096 > net.inet.tcp.sendspace: 32768 > net.inet.tcp.recvspace: 65536 > net.inet.udp.recvspace: 42080 > net.inet.raw.recvspace: 8192 >=20 > Where is udp.sendspace? >=20 > I'm having some UDP "No buffer space available" problems, but the precise= =20 > sysctl variable corresponding to the problem doesn't seem to exist. >=20 > Anyone else have this mysterious problem? UDP is not buffered in the kernel like TCP is, so a sendspace sysctl is not possible. When the interface queue becomes full (i.e. you are sending data to the interface at a greater rate than it can put it on the wire), you will see this error message, and your application needs to be able to handle it. Kris --SUOF0GtieIMvvwua Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCBpHOWry0BWjoQKURAvGoAJ97IX3JRBfPHRpTxgzuvE1bU/9zRgCg2TKL GKNMJiar+MIz6y+6Ti6iOdU= =BQ3a -----END PGP SIGNATURE----- --SUOF0GtieIMvvwua--