Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/aarch64/include Increase MSGBUFSIZE



details:   https://anonhg.NetBSD.org/src/rev/1d6a12cfd712
branches:  trunk
changeset: 447614:1d6a12cfd712
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Jan 19 09:11:55 2019 +0000

description:
Increase MSGBUFSIZE

diffstat:

 sys/arch/aarch64/include/param.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3c9510d6a7d2 -r 1d6a12cfd712 sys/arch/aarch64/include/param.h
--- a/sys/arch/aarch64/include/param.h  Sat Jan 19 01:02:12 2019 +0000
+++ b/sys/arch/aarch64/include/param.h  Sat Jan 19 09:11:55 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.10 2019/01/07 22:00:30 jdolecek Exp $ */
+/* $NetBSD: param.h,v 1.11 2019/01/19 09:11:55 skrll Exp $ */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -123,7 +123,7 @@
 
 
 #ifndef MSGBUFSIZE
-#define MSGBUFSIZE             16384   /* default message buffer size */
+#define MSGBUFSIZE             65536   /* default message buffer size */
 #endif
 
 #define COHERENCY_UNIT         128



Home | Main Index | Thread Index | Old Index