Increase default msgbuf to 8k.
This commit is contained in:
parent
87a6a0f90a
commit
c6a86c7775
@ -37,7 +37,7 @@
|
|||||||
#ifndef _SYS_MSGBUF_H_
|
#ifndef _SYS_MSGBUF_H_
|
||||||
#define _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 {
|
struct msgbuf {
|
||||||
#define MSG_MAGIC 0x063061
|
#define MSG_MAGIC 0x063061
|
||||||
unsigned int msg_magic;
|
unsigned int msg_magic;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user