artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76dda2b
)
fix a comment
author
henning
<henning@openbsd.org>
Tue, 30 May 2017 12:13:04 +0000
(12:13 +0000)
committer
henning
<henning@openbsd.org>
Tue, 30 May 2017 12:13:04 +0000
(12:13 +0000)
sbin/pfctl/pfctl.c
patch
|
blob
|
history
diff --git
a/sbin/pfctl/pfctl.c
b/sbin/pfctl/pfctl.c
index
47bb55f
..
4831219
100644
(file)
--- a/
sbin/pfctl/pfctl.c
+++ b/
sbin/pfctl/pfctl.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: pfctl.c,v 1.34
3 2017/05/15 11:23:25 mikeb
Exp $ */
+/* $OpenBSD: pfctl.c,v 1.34
4 2017/05/30 12:13:04 henning
Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@
-1764,7
+1764,7
@@
pfctl_load_options(struct pfctl *pf)
error = 1;
/*
- * If we've set the limit, but haven't explicitly set adaptive
+ * If we've set the
states
limit, but haven't explicitly set adaptive
* timeouts, do it now with a start of 60% and end of 120%.
*/
if (pf->limit_set[PF_LIMIT_STATES] &&