Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jul 2018 18:07:28 +0000 (UTC)
From:      Kristof Provost <kp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r336224 - head/sys/net
Message-ID:  <201807121807.w6CI7SXZ092623@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807121807.w6CI7SXZ092623>