Increase default msgbuf to 8k.

This commit is contained in:
Poul-Henning Kamp 1997-01-18 14:09:16 +00:00
parent 87a6a0f90a
commit c6a86c7775

View File

@ -37,7 +37,7 @@
#ifndef _SYS_MSGBUF_H_
#define _SYS_MSGBUF_H_
#define MSG_BSIZE (4096 - 3 * sizeof(unsigned int))
#define MSG_BSIZE (8192 - 3 * sizeof(unsigned int))
struct msgbuf {
#define MSG_MAGIC 0x063061
unsigned int msg_magic;