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/94699fab22e8
branches: trunk
changeset: 979150:94699fab22e8
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 f4f8263b4205 -r 94699fab22e8 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