Try with a bigger buffer
This commit is contained in:
parent
2066db1650
commit
d55ceca275
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
#include <glib-2.0/glib-object.h>
|
#include <glib-2.0/glib-object.h>
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "evt_core.h"
|
#include "evt_core.h"
|
||||||
#define PACKET_BUFFER_SIZE 128
|
#define PACKET_BUFFER_SIZE 1024
|
||||||
|
|
||||||
struct algo_params {
|
struct algo_params {
|
||||||
uint8_t is_waiting_bootstrap;
|
uint8_t is_waiting_bootstrap;
|
||||||
|
|
Loading…
Reference in a new issue