Module Name: src
Committed By: taca
Date: Thu Dec 17 05:33:06 UTC 2020
Modified Files:
src/usr.sbin/npf: npf-params.7
Log Message:
Change second gc.interval_min to gc.interval_max.
Obviously, second gc.interval_min should be gc.interval_max.
Should be pulled up to netbnsd-9.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/npf/npf-params.7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/npf/npf-params.7
diff -u src/usr.sbin/npf/npf-params.7:1.7 src/usr.sbin/npf/npf-params.7:1.8
--- src/usr.sbin/npf/npf-params.7:1.7 Sat Jun 6 20:38:00 2020
+++ src/usr.sbin/npf/npf-params.7 Thu Dec 17 05:33:06 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: npf-params.7,v 1.7 2020/06/06 20:38:00 wiz Exp $
+.\" $NetBSD: npf-params.7,v 1.8 2020/12/17 05:33:06 taca Exp $
.\"
.\" Copyright (c) 2019 Mindaugas Rasiukevicius <rmind at netbsd org>
.\" All rights reserved.
@@ -83,7 +83,7 @@ The worker is self-tuning and will wake
connections to expire; it will wake up less frequently, diverging towards
the upper bound, if it does not encounter expired connections.
Default: 50 (in milliseconds).
-.It Li gc.interval_min
+.It Li gc.interval_max
The upper bound for the sleep time of the G/C worker.
Default: 5000 (in milliseconds).
.El