Increase default msgbuf to 8k.
This commit is contained in:
parent
321f4a1c24
commit
ab0c6093a8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user