Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/npf Change second gc.interval_min to gc.interval_max.
details:   https://anonhg.NetBSD.org/src/rev/07e39560f585
branches:  trunk
changeset: 1017185:07e39560f585
user:      taca <taca%NetBSD.org@localhost>
date:      Thu Dec 17 05:33:06 2020 +0000
description:
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.
diffstat:
 usr.sbin/npf/npf-params.7 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8b3d1295c03f -r 07e39560f585 usr.sbin/npf/npf-params.7
--- a/usr.sbin/npf/npf-params.7 Wed Dec 16 19:49:04 2020 +0000
+++ b/usr.sbin/npf/npf-params.7 Thu Dec 17 05:33:06 2020 +0000
@@ -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 @@
 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
Home |
Main Index |
Thread Index |
Old Index