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/f354d88bb690
branches:  trunk
changeset: 947555:f354d88bb690
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 e7f21cfdec74 -r f354d88bb690 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