From 77b0a895b7db3cacdfac1b26e962435b65c7fff1 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Ritschard Date: Fri, 5 Jun 2009 19:36:11 +0000 Subject: bump MAX_IMSGSIZE to 16384, this will make smtpd happy later on. --- usr.sbin/ospfd/imsg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/ospfd/imsg.h b/usr.sbin/ospfd/imsg.h index ce89b281534..d74a45c7260 100644 --- a/usr.sbin/ospfd/imsg.h +++ b/usr.sbin/ospfd/imsg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: imsg.h,v 1.1 2009/06/05 19:33:59 pyr Exp $ */ +/* $OpenBSD: imsg.h,v 1.2 2009/06/05 19:36:10 pyr Exp $ */ /* * Copyright (c) 2006, 2007 Pierre-Yves Ritschard @@ -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; -- cgit v1.2.3