summaryrefslogtreecommitdiff
path: root/sys/kern/subr_param.c
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>1999-12-12 05:52:51 +0000
committerBrian Feldman <green@FreeBSD.org>1999-12-12 05:52:51 +0000
commitf48b807fc0a39a0b5826b357e4b729803e58a7ba (patch)
tree66ccefed731dc50bd2da132fe1d54e83aea84b8d /sys/kern/subr_param.c
parenta58f6db67745cac458e460409f8e6dbd8651635c (diff)
Notes
Diffstat (limited to 'sys/kern/subr_param.c')
-rw-r--r--sys/kern/subr_param.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/subr_param.c b/sys/kern/subr_param.c
index 9a0a85f08a0a..7ae2ade9bdca 100644
--- a/sys/kern/subr_param.c
+++ b/sys/kern/subr_param.c
@@ -82,6 +82,7 @@ int maxprocperuid = NPROC-1; /* maximum # of processes per user */
int maxfiles = MAXFILES; /* system wide open files limit */
int maxfilesperproc = MAXFILES; /* per-process open files limit */
int ncallout = 16 + NPROC + MAXFILES; /* maximum # of timer events */
+int mbuf_wait = 32; /* mbuf sleep time in ticks */
/* maximum # of sf_bufs (sendfile(2) zero-copy virtual buffers) */
#ifndef NSFBUFS