From owner-svn-src-head@freebsd.org Thu Mar 23 01:44:18 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63290D18784; Thu, 23 Mar 2017 01:44:18 +0000 (UTC) (envelope-from ngie@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 306508B3; Thu, 23 Mar 2017 01:44:18 +0000 (UTC) (envelope-from ngie@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2N1iHlF030556; Thu, 23 Mar 2017 01:44:17 GMT (envelope-from ngie@FreeBSD.org) Received: (from ngie@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2N1iH2k030555; Thu, 23 Mar 2017 01:44:17 GMT (envelope-from ngie@FreeBSD.org) Message-Id: <201703230144.v2N1iH2k030555@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ngie set sender to ngie@FreeBSD.org using -f From: Ngie Cooper Date: Thu, 23 Mar 2017 01:44:17 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r315763 - head/tools/build/options X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Mar 2017 01:44:18 -0000 Author: ngie Date: Thu Mar 23 01:44:17 2017 New Revision: 315763 URL: https://svnweb.freebsd.org/changeset/base/315763 Log: Add a WITHOUT_RATELIMIT option description for src.conf(5) This is a follow up commit for r312379 MFC after: 1 month X-MFC with: r312379 Sponsored by: Dell EMC Isilon Added: head/tools/build/options/WITH_RATELIMIT - copied, changed from r315759, head/tools/build/options/WITH_CTF Copied and modified: head/tools/build/options/WITH_RATELIMIT (from r315759, head/tools/build/options/WITH_CTF) ============================================================================== --- head/tools/build/options/WITH_CTF Wed Mar 22 23:47:15 2017 (r315759, copy source) +++ head/tools/build/options/WITH_RATELIMIT Thu Mar 23 01:44:17 2017 (r315763) @@ -1,4 +1,12 @@ .\" $FreeBSD$ -Set to compile with CTF (Compact C Type Format) data. -CTF data encapsulates a reduced form of debugging information -similar to DWARF and the venerable stabs and is required for DTrace. +Set to build the system with rate limit support. +.Pp +This makes +.Dv SO_MAX_PACING_RATE +effective in +.Xr getsockopt 2 , +and +.Ar txrlimit +support in +.Xr ifconfig 8 , +by proxy.