Try with a bigger buffer

This commit is contained in:
Quentin 2019-05-24 16:16:39 +02:00
parent 2066db1650
commit d55ceca275

View file

@ -4,7 +4,7 @@
#include <glib-2.0/glib-object.h>
#include "packet.h"
#include "evt_core.h"
#define PACKET_BUFFER_SIZE 128
#define PACKET_BUFFER_SIZE 1024
struct algo_params {
uint8_t is_waiting_bootstrap;