Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Mar 2017 01:44:17 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r315763 - head/tools/build/options
Message-ID:  <201703230144.v2N1iH2k030555@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



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