svn commit: r336224 - head/sys/net

Kristof Provost kp at FreeBSD.org
Thu Jul 12 18:07:29 UTC 2018


Author: kp
Date: Thu Jul 12 18:07:28 2018
New Revision: 336224
URL: https://svnweb.freebsd.org/changeset/base/336224

Log:
  pf: Fix typo in r336221
  
  Reported by:	olivier@

Modified:
  head/sys/net/pfvar.h

Modified: head/sys/net/pfvar.h
==============================================================================
--- head/sys/net/pfvar.h	Thu Jul 12 17:42:36 2018	(r336223)
+++ head/sys/net/pfvar.h	Thu Jul 12 18:07:28 2018	(r336224)
@@ -623,7 +623,7 @@ struct pf_rule {
 
 #define PFSTATE_HIWAT		100000	/* default state table size */
 #define PFSTATE_ADAPT_START	60000	/* default adaptive timeout start */
-#define PFSTATE_ADAPT_END	102000	/* default adaptive timeout end */
+#define PFSTATE_ADAPT_END	120000	/* default adaptive timeout end */
 
 
 struct pf_threshold {


More information about the svn-src-all mailing list