svn commit: r315763 - head/tools/build/options

Ngie Cooper ngie at FreeBSD.org
Thu Mar 23 01:44:18 UTC 2017


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.


More information about the svn-src-head mailing list