summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorPierre-Yves Ritschard <pyr@cvs.openbsd.org>2009-06-05 19:38:54 +0000
committerPierre-Yves Ritschard <pyr@cvs.openbsd.org>2009-06-05 19:38:54 +0000
commita82fa993d1a14707b41f83475c5ad79f213679fc (patch)
tree7d0c8525853bc428034fb69ce7220a5880dc1618 /usr.sbin
parent07d89d42e1e748991a21c9ffbc28a19a9b6f29c4 (diff)
bump MAX_IMSGSIZE here as well
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/relayd/imsg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/relayd/imsg.h b/usr.sbin/relayd/imsg.h
index 45ad65a2ca7..3c1a3037bd5 100644
--- a/usr.sbin/relayd/imsg.h
+++ b/usr.sbin/relayd/imsg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: imsg.h,v 1.5 2009/06/05 00:04:01 pyr Exp $ */
+/* $OpenBSD: imsg.h,v 1.6 2009/06/05 19:38:53 pyr Exp $ */
/*
* Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@openbsd.org>
@@ -23,7 +23,7 @@
#define READ_BUF_SIZE 65535
#define IMSG_HEADER_SIZE sizeof(struct imsg_hdr)
-#define MAX_IMSGSIZE 8192
+#define MAX_IMSGSIZE 16384
struct buf {
TAILQ_ENTRY(buf) entry;