Sfoglia il codice sorgente

ipc_client: raise maximum packets

ambrop7 15 anni fa
parent
commit
d1e5f0154c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      examples/ipc_client.c

+ 1 - 1
examples/ipc_client.c

@@ -30,7 +30,7 @@
 #include <ipc/BIPC.h>
 
 #define SEND_MTU 100
-#define MAX_PACKETS 32
+#define MAX_PACKETS 4096
 
 char *packets[MAX_PACKETS];
 int num_packets;