Increased net_buffer_size to 32K

Yet still hardcoded
We must follow up on issue #262
pull/378/head
René Cannaò 11 years ago
parent bc3385f2c6
commit f5d5d527b2

@ -5,7 +5,7 @@
#include "cpp.h"
#define QUEUE_T_DEFAULT_SIZE 8192
#define QUEUE_T_DEFAULT_SIZE 32768
typedef struct _queue_t {
void *buffer;

Loading…
Cancel
Save