summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2019-04-28 14:51:16 +0000
committerderaadt <deraadt@openbsd.org>2019-04-28 14:51:16 +0000
commit05ab60ea6518411bebdd56c279b375b69e2b4729 (patch)
treedc5cc0422c9249eb49c2a35531b46cbe39d526a1
parentUse new vnconfig vnd-auto-allocate mode. Resolve some variation between (diff)
downloadwireguard-openbsd-05ab60ea6518411bebdd56c279b375b69e2b4729.tar.xz
wireguard-openbsd-05ab60ea6518411bebdd56c279b375b69e2b4729.zip
the bufcachepercent=80 experiment has exposed a few problems...
-rw-r--r--sys/conf/param.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/param.c b/sys/conf/param.c
index 7143e840563..fd38300be34 100644
--- a/sys/conf/param.c
+++ b/sys/conf/param.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.c,v 1.39 2019/04/20 15:47:23 deraadt Exp $ */
+/* $OpenBSD: param.c,v 1.40 2019/04/28 14:51:16 deraadt Exp $ */
/* $NetBSD: param.c,v 1.16 1996/03/12 03:08:40 mrg Exp $ */
/*
@@ -102,7 +102,7 @@ int mblowat = MBLOWAT;
int mcllowat = MCLLOWAT;
#ifndef BUFCACHEPERCENT
-#define BUFCACHEPERCENT 80
+#define BUFCACHEPERCENT 20
#endif
int bufcachepercent = BUFCACHEPERCENT;