mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
increase the mailbox and the ring buffer size of mmnif
This commit is contained in:
parent
eecbf16987
commit
ab4d1fda73
2 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@
|
|||
|
||||
#define MMNIF_AUTO_SOCKET_TIMEOUT 500
|
||||
|
||||
#define MMNIF_RX_BUFFERLEN (8*1024)
|
||||
#define MMNIF_RX_BUFFERLEN (24*1024)
|
||||
#define MMNIF_IRQ 122
|
||||
|
||||
#ifdef DEBUG_MMNIF
|
||||
|
|
|
@ -44,7 +44,7 @@ extern "C" {
|
|||
#define DEFAULT_STACK_SIZE (64*1024*1024)
|
||||
#define KMSG_SIZE (4*1024)
|
||||
#define INT_SYSCALL 0x80
|
||||
#define MAILBOX_SIZE 32
|
||||
#define MAILBOX_SIZE 128
|
||||
//#define WITH_PCI_IDS
|
||||
//#define SAVE_FPU
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue