forked from M-Labs/artiq
runtime: increase packet buffer size
This commit is contained in:
parent
e4251c7f41
commit
6a80944c3f
|
@ -18,8 +18,8 @@
|
|||
#include "exceptions.h"
|
||||
#include "session.h"
|
||||
|
||||
#define BUFFER_IN_SIZE (32*1024)
|
||||
#define BUFFER_OUT_SIZE (32*1024)
|
||||
#define BUFFER_IN_SIZE (1024*1024)
|
||||
#define BUFFER_OUT_SIZE (1024*1024)
|
||||
|
||||
static int buffer_in_index;
|
||||
/* The 9th byte (right after the header) of buffer_in must be aligned
|
||||
|
|
Loading…
Reference in New Issue